Struct windows::Devices::Enumeration::IDeviceInformation_Vtbl
#[repr(C)]pub struct IDeviceInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub EnclosureLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetGlyphThumbnailAsync: 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 MaybeUninit<HSTRING>) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§EnclosureLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetGlyphThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDeviceInformation_Vtbl
impl RefUnwindSafe for IDeviceInformation_Vtbl
impl Send for IDeviceInformation_Vtbl
impl Sync for IDeviceInformation_Vtbl
impl Unpin for IDeviceInformation_Vtbl
impl UnwindSafe for IDeviceInformation_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