Struct windows_sys::Win32::Networking::Clustering::CLRES_V4_FUNCTIONS
#[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,
}
Fields§
§Open: POPEN_V2_ROUTINE
§Close: PCLOSE_ROUTINE
§Online: PONLINE_V2_ROUTINE
§Offline: POFFLINE_V2_ROUTINE
§Terminate: PTERMINATE_ROUTINE
§LooksAlive: PLOOKS_ALIVE_ROUTINE
§IsAlive: PIS_ALIVE_ROUTINE
§Arbitrate: PARBITRATE_ROUTINE
§Release: PRELEASE_ROUTINE
§BeginResourceControl: PBEGIN_RESCALL_ROUTINE
§BeginResourceTypeControl: PBEGIN_RESTYPECALL_ROUTINE
§Cancel: PCANCEL_ROUTINE
§BeginResourceControlAsUser: PBEGIN_RESCALL_AS_USER_ROUTINE
§BeginResourceTypeControlAsUser: PBEGIN_RESTYPECALL_AS_USER_ROUTINE
Trait Implementations§
§impl Clone for CLRES_V4_FUNCTIONS
impl Clone for CLRES_V4_FUNCTIONS
§fn clone(&self) -> CLRES_V4_FUNCTIONS
fn clone(&self) -> CLRES_V4_FUNCTIONS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CLRES_V4_FUNCTIONS
Auto Trait Implementations§
impl Freeze for CLRES_V4_FUNCTIONS
impl RefUnwindSafe for CLRES_V4_FUNCTIONS
impl Send for CLRES_V4_FUNCTIONS
impl Sync for CLRES_V4_FUNCTIONS
impl Unpin for CLRES_V4_FUNCTIONS
impl UnwindSafe for CLRES_V4_FUNCTIONS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)