Struct windows::Win32::Storage::VirtualDiskService::IVdsVolumePlex_Vtbl
#[repr(C)]pub struct IVdsVolumePlex_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_VOLUME_PLEX_PROP) -> HRESULT,
pub GetVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryExtents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut VDS_DISK_EXTENT, _: *mut i32) -> HRESULT,
pub Repair: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_INPUT_DISK, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_VOLUME_PLEX_PROP) -> HRESULT
§GetVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryExtents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut VDS_DISK_EXTENT, _: *mut i32) -> HRESULT
§Repair: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_INPUT_DISK, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVdsVolumePlex_Vtbl
impl IVdsVolumePlex_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsVolumePlex_Vtblwhere
Identity: IVdsVolumePlex_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsVolumePlex_Vtbl
impl RefUnwindSafe for IVdsVolumePlex_Vtbl
impl Send for IVdsVolumePlex_Vtbl
impl Sync for IVdsVolumePlex_Vtbl
impl Unpin for IVdsVolumePlex_Vtbl
impl UnwindSafe for IVdsVolumePlex_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