Struct windows::Win32::Storage::Vss::IVssAdminEx_Vtbl
#[repr(C)]pub struct IVssAdminEx_Vtbl {
pub base__: IVssAdmin_Vtbl,
pub GetProviderCapability: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut u64) -> HRESULT,
pub GetProviderContext: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut i32) -> HRESULT,
pub SetProviderContext: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: i32) -> HRESULT,
}
Fields§
§base__: IVssAdmin_Vtbl
§GetProviderCapability: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut u64) -> HRESULT
§GetProviderContext: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut i32) -> HRESULT
§SetProviderContext: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: i32) -> HRESULT
Implementations§
§impl IVssAdminEx_Vtbl
impl IVssAdminEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVssAdminEx_Vtblwhere
Identity: IVssAdminEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVssAdminEx_Vtbl
impl RefUnwindSafe for IVssAdminEx_Vtbl
impl Send for IVssAdminEx_Vtbl
impl Sync for IVssAdminEx_Vtbl
impl Unpin for IVssAdminEx_Vtbl
impl UnwindSafe for IVssAdminEx_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