Struct windows::Win32::Networking::Clustering::ISClusNetInterface_Vtbl
#[repr(C)]pub struct ISClusNetInterface_Vtbl {
pub base__: IDispatch_Vtbl,
pub CommonProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PrivateProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CommonROProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PrivateROProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut usize) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut CLUSTER_NETINTERFACE_STATE) -> HRESULT,
pub Cluster: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§CommonProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PrivateProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CommonROProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PrivateROProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut usize) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut CLUSTER_NETINTERFACE_STATE) -> HRESULT
§Cluster: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISClusNetInterface_Vtbl
impl ISClusNetInterface_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISClusNetInterface_Vtblwhere
Identity: ISClusNetInterface_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISClusNetInterface_Vtbl
impl RefUnwindSafe for ISClusNetInterface_Vtbl
impl Send for ISClusNetInterface_Vtbl
impl Sync for ISClusNetInterface_Vtbl
impl Unpin for ISClusNetInterface_Vtbl
impl UnwindSafe for ISClusNetInterface_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