#[repr(C)]
pub struct CLRES_V1_FUNCTIONS { pub Open: POPEN_ROUTINE, pub Close: PCLOSE_ROUTINE, pub Online: PONLINE_ROUTINE, pub Offline: POFFLINE_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, }
Expand description

Required features: "Win32_Networking_Clustering", "Win32_Foundation", "Win32_System_Registry"

Fields

Open: POPEN_ROUTINEClose: PCLOSE_ROUTINEOnline: PONLINE_ROUTINEOffline: POFFLINE_ROUTINETerminate: PTERMINATE_ROUTINELooksAlive: PLOOKS_ALIVE_ROUTINEIsAlive: PIS_ALIVE_ROUTINEArbitrate: PARBITRATE_ROUTINERelease: PRELEASE_ROUTINEResourceControl: PRESOURCE_CONTROL_ROUTINEResourceTypeControl: PRESOURCE_TYPE_CONTROL_ROUTINE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.