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