Struct ISystemSupportDeviceInfo_Vtbl
#[repr(C)]pub struct ISystemSupportDeviceInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub OperatingSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SystemManufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SystemProductName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SystemSku: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SystemHardwareVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SystemFirmwareVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OperatingSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SystemManufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SystemProductName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SystemSku: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SystemHardwareVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SystemFirmwareVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISystemSupportDeviceInfo_Vtbl
impl RefUnwindSafe for ISystemSupportDeviceInfo_Vtbl
impl Send for ISystemSupportDeviceInfo_Vtbl
impl Sync for ISystemSupportDeviceInfo_Vtbl
impl Unpin for ISystemSupportDeviceInfo_Vtbl
impl UnwindSafe for ISystemSupportDeviceInfo_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