#[repr(C)]pub struct IVdsIscsiPortalGroup_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_PORTALGROUP_PROP) -> HRESULT,
pub GetTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryAssociatedPortals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddPortal: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub RemovePortal: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_PORTALGROUP_PROP) -> HRESULT
§GetTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryAssociatedPortals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddPortal: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§RemovePortal: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVdsIscsiPortalGroup_Vtbl
impl IVdsIscsiPortalGroup_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsIscsiPortalGroup_Vtblwhere
Identity: IVdsIscsiPortalGroup_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsIscsiPortalGroup_Vtbl
impl RefUnwindSafe for IVdsIscsiPortalGroup_Vtbl
impl Send for IVdsIscsiPortalGroup_Vtbl
impl Sync for IVdsIscsiPortalGroup_Vtbl
impl Unpin for IVdsIscsiPortalGroup_Vtbl
impl UnwindSafe for IVdsIscsiPortalGroup_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