Struct windows_sys::Win32::Networking::Clustering::CLRES_V2_FUNCTIONS
[−]#[repr(C)]pub struct CLRES_V2_FUNCTIONS {
pub Open: POPEN_V2_ROUTINE,
pub Close: PCLOSE_ROUTINE,
pub Online: PONLINE_V2_ROUTINE,
pub Offline: POFFLINE_V2_ROUTINE,
pub Terminate: PTERMINATE_ROUTINE,
pub LooksAlive: PLOOKS_ALIVE_ROUTINE,
pub IsAlive: PIS_ALIVE_ROUTINE,
pub Arbitrate: PARBITRATE_ROUTINE,
pub Release: PRELEASE_ROUTINE,
pub ResourceControl: PRESOURCE_CONTROL_ROUTINE,
pub ResourceTypeControl: PRESOURCE_TYPE_CONTROL_ROUTINE,
pub Cancel: PCANCEL_ROUTINE,
}Expand description
Required features: "Win32_Networking_Clustering", "Win32_Foundation", "Win32_System_Registry"
Fields
Open: POPEN_V2_ROUTINEClose: PCLOSE_ROUTINEOnline: PONLINE_V2_ROUTINEOffline: POFFLINE_V2_ROUTINETerminate: PTERMINATE_ROUTINELooksAlive: PLOOKS_ALIVE_ROUTINEIsAlive: PIS_ALIVE_ROUTINEArbitrate: PARBITRATE_ROUTINERelease: PRELEASE_ROUTINEResourceControl: PRESOURCE_CONTROL_ROUTINEResourceTypeControl: PRESOURCE_TYPE_CONTROL_ROUTINECancel: PCANCEL_ROUTINETrait Implementations
impl Clone for CLRES_V2_FUNCTIONS
impl Clone for CLRES_V2_FUNCTIONS
impl Copy for CLRES_V2_FUNCTIONS
Auto Trait Implementations
impl RefUnwindSafe for CLRES_V2_FUNCTIONS
impl Send for CLRES_V2_FUNCTIONS
impl Sync for CLRES_V2_FUNCTIONS
impl Unpin for CLRES_V2_FUNCTIONS
impl UnwindSafe for CLRES_V2_FUNCTIONS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more