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