Struct IUsbControlRequestType_Vtbl
#[repr(C)]pub struct IUsbControlRequestType_Vtbl {
pub base__: IInspectable_Vtbl,
pub Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut UsbTransferDirection) -> HRESULT,
pub SetDirection: unsafe extern "system" fn(_: *mut c_void, _: UsbTransferDirection) -> HRESULT,
pub ControlTransferType: unsafe extern "system" fn(_: *mut c_void, _: *mut UsbControlTransferType) -> HRESULT,
pub SetControlTransferType: unsafe extern "system" fn(_: *mut c_void, _: UsbControlTransferType) -> HRESULT,
pub Recipient: unsafe extern "system" fn(_: *mut c_void, _: *mut UsbControlRecipient) -> HRESULT,
pub SetRecipient: unsafe extern "system" fn(_: *mut c_void, _: UsbControlRecipient) -> HRESULT,
pub AsByte: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetAsByte: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut UsbTransferDirection) -> HRESULT§SetDirection: unsafe extern "system" fn(_: *mut c_void, _: UsbTransferDirection) -> HRESULT§ControlTransferType: unsafe extern "system" fn(_: *mut c_void, _: *mut UsbControlTransferType) -> HRESULT§SetControlTransferType: unsafe extern "system" fn(_: *mut c_void, _: UsbControlTransferType) -> HRESULT§Recipient: unsafe extern "system" fn(_: *mut c_void, _: *mut UsbControlRecipient) -> HRESULT§SetRecipient: unsafe extern "system" fn(_: *mut c_void, _: UsbControlRecipient) -> HRESULT§AsByte: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SetAsByte: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULTAuto Trait Implementations§
impl Freeze for IUsbControlRequestType_Vtbl
impl RefUnwindSafe for IUsbControlRequestType_Vtbl
impl Send for IUsbControlRequestType_Vtbl
impl Sync for IUsbControlRequestType_Vtbl
impl Unpin for IUsbControlRequestType_Vtbl
impl UnwindSafe for IUsbControlRequestType_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