Struct windows::Win32::Storage::VirtualDiskService::IVdsDrive_Vtbl
#[repr(C)]pub struct IVdsDrive_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_DRIVE_PROP) -> HRESULT,
pub GetSubSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryExtents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut VDS_DRIVE_EXTENT, _: *mut i32) -> HRESULT,
pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ClearFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_DRIVE_STATUS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_DRIVE_PROP) -> HRESULT
§GetSubSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryExtents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut VDS_DRIVE_EXTENT, _: *mut i32) -> HRESULT
§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ClearFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_DRIVE_STATUS) -> HRESULT
Implementations§
§impl IVdsDrive_Vtbl
impl IVdsDrive_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsDrive_Vtblwhere
Identity: IVdsDrive_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsDrive_Vtbl
impl RefUnwindSafe for IVdsDrive_Vtbl
impl Send for IVdsDrive_Vtbl
impl Sync for IVdsDrive_Vtbl
impl Unpin for IVdsDrive_Vtbl
impl UnwindSafe for IVdsDrive_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