Struct ISClusNetwork_Vtbl
#[repr(C)]pub struct ISClusNetwork_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 Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut usize) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NetworkID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut CLUSTER_NETWORK_STATE) -> HRESULT,
pub NetInterfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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
§Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut usize) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NetworkID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut CLUSTER_NETWORK_STATE) -> HRESULT
§NetInterfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Cluster: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISClusNetwork_Vtbl
impl ISClusNetwork_Vtbl
pub const fn new<Identity: ISClusNetwork_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISClusNetwork_Vtbl
impl RefUnwindSafe for ISClusNetwork_Vtbl
impl Send for ISClusNetwork_Vtbl
impl Sync for ISClusNetwork_Vtbl
impl Unpin for ISClusNetwork_Vtbl
impl UnwindSafe for ISClusNetwork_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