#[repr(C)]pub struct IVdsIscsiInitiatorPortal_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_INITIATOR_PORTAL_PROP) -> HRESULT,
pub GetInitiatorAdapter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIpsecTunnelAddress: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: *const VDS_IPADDRESS) -> HRESULT,
pub GetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut u64) -> HRESULT,
pub SetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u64, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_INITIATOR_PORTAL_PROP) -> HRESULT
§GetInitiatorAdapter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetIpsecTunnelAddress: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: *const VDS_IPADDRESS) -> HRESULT
§GetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut u64) -> HRESULT
§SetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u64, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT
Implementations§
§impl IVdsIscsiInitiatorPortal_Vtbl
impl IVdsIscsiInitiatorPortal_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsIscsiInitiatorPortal_Vtblwhere
Identity: IVdsIscsiInitiatorPortal_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsIscsiInitiatorPortal_Vtbl
impl RefUnwindSafe for IVdsIscsiInitiatorPortal_Vtbl
impl Send for IVdsIscsiInitiatorPortal_Vtbl
impl Sync for IVdsIscsiInitiatorPortal_Vtbl
impl Unpin for IVdsIscsiInitiatorPortal_Vtbl
impl UnwindSafe for IVdsIscsiInitiatorPortal_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