Struct windows::Devices::Usb::IUsbInterfaceSetting_Vtbl
#[repr(C)]pub struct IUsbInterfaceSetting_Vtbl {
pub base__: IInspectable_Vtbl,
pub BulkInEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InterruptInEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BulkOutEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InterruptOutEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Selected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SelectSettingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InterfaceDescriptor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Descriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BulkInEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InterruptInEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BulkOutEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InterruptOutEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Selected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SelectSettingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InterfaceDescriptor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Descriptors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUsbInterfaceSetting_Vtbl
impl RefUnwindSafe for IUsbInterfaceSetting_Vtbl
impl Send for IUsbInterfaceSetting_Vtbl
impl Sync for IUsbInterfaceSetting_Vtbl
impl Unpin for IUsbInterfaceSetting_Vtbl
impl UnwindSafe for IUsbInterfaceSetting_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more