#[repr(C)]
pub struct CLRES_V4_FUNCTIONS {
Show 14 fields 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 BeginResourceControl: PBEGIN_RESCALL_ROUTINE, pub BeginResourceTypeControl: PBEGIN_RESTYPECALL_ROUTINE, pub Cancel: PCANCEL_ROUTINE, pub BeginResourceControlAsUser: PBEGIN_RESCALL_AS_USER_ROUTINE, pub BeginResourceTypeControlAsUser: PBEGIN_RESTYPECALL_AS_USER_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_ROUTINEBeginResourceControl: PBEGIN_RESCALL_ROUTINEBeginResourceTypeControl: PBEGIN_RESTYPECALL_ROUTINECancel: PCANCEL_ROUTINEBeginResourceControlAsUser: PBEGIN_RESCALL_AS_USER_ROUTINEBeginResourceTypeControlAsUser: PBEGIN_RESTYPECALL_AS_USER_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.