#[repr(C)]pub struct IVdsIscsiInitiatorAdapter_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_INITIATOR_ADAPTER_PROP) -> HRESULT,
pub QueryInitiatorPortals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LoginToTarget: unsafe extern "system" fn(_: *mut c_void, _: VDS_ISCSI_LOGIN_TYPE, _: GUID, _: GUID, _: GUID, _: u32, _: BOOL, _: BOOL, _: VDS_ISCSI_AUTH_TYPE, _: *mut *mut c_void) -> HRESULT,
pub LogoutFromTarget: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_ISCSI_INITIATOR_ADAPTER_PROP) -> HRESULT
§QueryInitiatorPortals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LoginToTarget: unsafe extern "system" fn(_: *mut c_void, _: VDS_ISCSI_LOGIN_TYPE, _: GUID, _: GUID, _: GUID, _: u32, _: BOOL, _: BOOL, _: VDS_ISCSI_AUTH_TYPE, _: *mut *mut c_void) -> HRESULT
§LogoutFromTarget: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVdsIscsiInitiatorAdapter_Vtbl
impl IVdsIscsiInitiatorAdapter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsIscsiInitiatorAdapter_Vtblwhere
Identity: IVdsIscsiInitiatorAdapter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsIscsiInitiatorAdapter_Vtbl
impl RefUnwindSafe for IVdsIscsiInitiatorAdapter_Vtbl
impl Send for IVdsIscsiInitiatorAdapter_Vtbl
impl Sync for IVdsIscsiInitiatorAdapter_Vtbl
impl Unpin for IVdsIscsiInitiatorAdapter_Vtbl
impl UnwindSafe for IVdsIscsiInitiatorAdapter_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