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