Struct windows::Win32::Storage::VirtualDiskService::IVdsLun_Vtbl
#[repr(C)]pub struct IVdsLun_Vtbl {Show 18 fields
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_LUN_PROP) -> HRESULT,
pub GetSubSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetIdentificationData: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_LUN_INFORMATION) -> HRESULT,
pub QueryActiveControllers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Extend: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *const GUID, _: i32, _: *mut *mut c_void) -> HRESULT,
pub Shrink: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void) -> HRESULT,
pub QueryPlexes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddPlex: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub RemovePlex: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub Recover: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMask: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AssociateControllers: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: i32, _: *const GUID, _: i32) -> HRESULT,
pub QueryHints: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_HINTS) -> HRESULT,
pub ApplyHints: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_HINTS) -> HRESULT,
pub SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_STATUS) -> HRESULT,
pub QueryMaxLunExtendSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: i32, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_LUN_PROP) -> HRESULT
§GetSubSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetIdentificationData: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_LUN_INFORMATION) -> HRESULT
§QueryActiveControllers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Extend: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *const GUID, _: i32, _: *mut *mut c_void) -> HRESULT
§Shrink: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void) -> HRESULT
§QueryPlexes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddPlex: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§RemovePlex: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§Recover: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMask: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AssociateControllers: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: i32, _: *const GUID, _: i32) -> HRESULT
§QueryHints: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_HINTS) -> HRESULT
§ApplyHints: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_HINTS) -> HRESULT
§SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_STATUS) -> HRESULT
§QueryMaxLunExtendSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: i32, _: *mut u64) -> HRESULT
Implementations§
§impl IVdsLun_Vtbl
impl IVdsLun_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsLun_Vtblwhere
Identity: IVdsLun_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsLun_Vtbl
impl RefUnwindSafe for IVdsLun_Vtbl
impl Send for IVdsLun_Vtbl
impl Sync for IVdsLun_Vtbl
impl Unpin for IVdsLun_Vtbl
impl UnwindSafe for IVdsLun_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