Struct windows::Win32::Storage::VirtualDiskService::IVdsDisk2_Vtbl
#[repr(C)]pub struct IVdsDisk2_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetSANMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetSANMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IVdsDisk2_Vtbl
impl IVdsDisk2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsDisk2_Vtblwhere
Identity: IVdsDisk2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsDisk2_Vtbl
impl RefUnwindSafe for IVdsDisk2_Vtbl
impl Send for IVdsDisk2_Vtbl
impl Sync for IVdsDisk2_Vtbl
impl Unpin for IVdsDisk2_Vtbl
impl UnwindSafe for IVdsDisk2_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