Struct IEasClientDeviceInformation_Vtbl
#[repr(C)]pub struct IEasClientDeviceInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
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,
}Fields§
§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§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) -> HRESULTAuto Trait Implementations§
impl Freeze for IEasClientDeviceInformation_Vtbl
impl RefUnwindSafe for IEasClientDeviceInformation_Vtbl
impl Send for IEasClientDeviceInformation_Vtbl
impl Sync for IEasClientDeviceInformation_Vtbl
impl Unpin for IEasClientDeviceInformation_Vtbl
impl UnwindSafe for IEasClientDeviceInformation_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