Struct windows::Win32::Storage::VirtualDiskService::IVdsSubSystem2_Vtbl
#[repr(C)]pub struct IVdsSubSystem2_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties2: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_SUB_SYSTEM_PROP2) -> HRESULT,
pub GetDrive2: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateLun2: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: u64, _: *const GUID, _: i32, _: PCWSTR, _: *const VDS_HINTS2, _: *mut *mut c_void) -> HRESULT,
pub QueryMaxLunCreateSize2: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: *const GUID, _: i32, _: *const VDS_HINTS2, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties2: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_SUB_SYSTEM_PROP2) -> HRESULT
§GetDrive2: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateLun2: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: u64, _: *const GUID, _: i32, _: PCWSTR, _: *const VDS_HINTS2, _: *mut *mut c_void) -> HRESULT
§QueryMaxLunCreateSize2: unsafe extern "system" fn(_: *mut c_void, _: VDS_LUN_TYPE, _: *const GUID, _: i32, _: *const VDS_HINTS2, _: *mut u64) -> HRESULT
Implementations§
§impl IVdsSubSystem2_Vtbl
impl IVdsSubSystem2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsSubSystem2_Vtblwhere
Identity: IVdsSubSystem2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsSubSystem2_Vtbl
impl RefUnwindSafe for IVdsSubSystem2_Vtbl
impl Send for IVdsSubSystem2_Vtbl
impl Sync for IVdsSubSystem2_Vtbl
impl Unpin for IVdsSubSystem2_Vtbl
impl UnwindSafe for IVdsSubSystem2_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