Struct windows::Win32::Storage::VirtualDiskService::IVdsIscsiPortal_Vtbl
#[repr(C)]pub struct IVdsIscsiPortal_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_PORTAL_PROP) -> HRESULT,
pub GetSubSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryAssociatedPortalGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_ISCSI_PORTAL_STATUS) -> 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, _: *const VDS_IPADDRESS, _: *mut u64) -> HRESULT,
pub SetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: u64, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_PORTAL_PROP) -> HRESULT
§GetSubSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryAssociatedPortalGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_ISCSI_PORTAL_STATUS) -> HRESULT
§SetIpsecTunnelAddress: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: *const VDS_IPADDRESS) -> HRESULT
§GetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: *mut u64) -> HRESULT
§SetIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: u64, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT
Implementations§
§impl IVdsIscsiPortal_Vtbl
impl IVdsIscsiPortal_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsIscsiPortal_Vtblwhere
Identity: IVdsIscsiPortal_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsIscsiPortal_Vtbl
impl RefUnwindSafe for IVdsIscsiPortal_Vtbl
impl Send for IVdsIscsiPortal_Vtbl
impl Sync for IVdsIscsiPortal_Vtbl
impl Unpin for IVdsIscsiPortal_Vtbl
impl UnwindSafe for IVdsIscsiPortal_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