#[repr(C)]pub struct IEmptyVolumeCache2_Vtbl {
pub base__: IEmptyVolumeCache_Vtbl,
pub InitializeEx: unsafe extern "system" fn(_: *mut c_void, _: HKEY, _: PCWSTR, _: PCWSTR, _: *mut PWSTR, _: *mut PWSTR, _: *mut PWSTR, _: *mut EMPTY_VOLUME_CACHE_FLAGS) -> HRESULT,
}
Fields§
§base__: IEmptyVolumeCache_Vtbl
§InitializeEx: unsafe extern "system" fn(_: *mut c_void, _: HKEY, _: PCWSTR, _: PCWSTR, _: *mut PWSTR, _: *mut PWSTR, _: *mut PWSTR, _: *mut EMPTY_VOLUME_CACHE_FLAGS) -> HRESULT
Implementations§
§impl IEmptyVolumeCache2_Vtbl
impl IEmptyVolumeCache2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IEmptyVolumeCache2_Vtblwhere
Identity: IEmptyVolumeCache2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEmptyVolumeCache2_Vtbl
impl RefUnwindSafe for IEmptyVolumeCache2_Vtbl
impl Send for IEmptyVolumeCache2_Vtbl
impl Sync for IEmptyVolumeCache2_Vtbl
impl Unpin for IEmptyVolumeCache2_Vtbl
impl UnwindSafe for IEmptyVolumeCache2_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