Struct windows::Devices::Usb::IUsbConfigurationDescriptor_Vtbl
#[repr(C)]pub struct IUsbConfigurationDescriptor_Vtbl {
pub base__: IInspectable_Vtbl,
pub ConfigurationValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub MaxPowerMilliamps: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SelfPowered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub RemoteWakeup: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ConfigurationValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§MaxPowerMilliamps: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SelfPowered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§RemoteWakeup: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUsbConfigurationDescriptor_Vtbl
impl RefUnwindSafe for IUsbConfigurationDescriptor_Vtbl
impl Send for IUsbConfigurationDescriptor_Vtbl
impl Sync for IUsbConfigurationDescriptor_Vtbl
impl Unpin for IUsbConfigurationDescriptor_Vtbl
impl UnwindSafe for IUsbConfigurationDescriptor_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