Struct ISClusNode_Vtbl
#[repr(C)]pub struct ISClusNode_Vtbl {Show 15 fields
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 *mut c_void) -> HRESULT,
pub Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut usize) -> HRESULT,
pub NodeID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut CLUSTER_NODE_STATE) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Evict: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ResourceGroups: 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,
pub NetInterfaces: 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 *mut c_void) -> HRESULT
§Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut usize) -> HRESULT
§NodeID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut CLUSTER_NODE_STATE) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Evict: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ResourceGroups: 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
§NetInterfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISClusNode_Vtbl
impl ISClusNode_Vtbl
pub const fn new<Identity: ISClusNode_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISClusNode_Vtbl
impl RefUnwindSafe for ISClusNode_Vtbl
impl Send for ISClusNode_Vtbl
impl Sync for ISClusNode_Vtbl
impl Unpin for ISClusNode_Vtbl
impl UnwindSafe for ISClusNode_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