Struct windows::Win32::Media::DeviceManager::IWMDMStorageGlobals_Vtbl
#[repr(C)]pub struct IWMDMStorageGlobals_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetSerialNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut WMDMID, _: *mut u8) -> HRESULT,
pub GetTotalSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetTotalFree: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetTotalBad: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetSerialNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut WMDMID, _: *mut u8) -> HRESULT
§GetTotalSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetTotalFree: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetTotalBad: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
Implementations§
§impl IWMDMStorageGlobals_Vtbl
impl IWMDMStorageGlobals_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMDMStorageGlobals_Vtblwhere
Identity: IWMDMStorageGlobals_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMDMStorageGlobals_Vtbl
impl RefUnwindSafe for IWMDMStorageGlobals_Vtbl
impl Send for IWMDMStorageGlobals_Vtbl
impl Sync for IWMDMStorageGlobals_Vtbl
impl Unpin for IWMDMStorageGlobals_Vtbl
impl UnwindSafe for IWMDMStorageGlobals_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