Struct IUsbSetupPacket_Vtbl
#[repr(C)]pub struct IUsbSetupPacket_Vtbl {
pub base__: IInspectable_Vtbl,
pub RequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Request: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetRequest: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Index: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetLength: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§RequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Request: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SetRequest: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Index: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetLength: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULTAuto Trait Implementations§
impl Freeze for IUsbSetupPacket_Vtbl
impl RefUnwindSafe for IUsbSetupPacket_Vtbl
impl Send for IUsbSetupPacket_Vtbl
impl Sync for IUsbSetupPacket_Vtbl
impl Unpin for IUsbSetupPacket_Vtbl
impl UnwindSafe for IUsbSetupPacket_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