Struct windows_sys::Win32::Networking::Clustering::RESOURCE_STATUS
[−]#[repr(C)]pub struct RESOURCE_STATUS {
pub ResourceState: CLUSTER_RESOURCE_STATE,
pub CheckPoint: u32,
pub WaitHint: u32,
pub EventHandle: HANDLE,
}
Expand description
Required features: "Win32_Networking_Clustering"
, "Win32_Foundation"
Fields
ResourceState: CLUSTER_RESOURCE_STATE
CheckPoint: u32
WaitHint: u32
EventHandle: HANDLE
Trait Implementations
impl Clone for RESOURCE_STATUS
impl Clone for RESOURCE_STATUS
impl Copy for RESOURCE_STATUS
Auto Trait Implementations
impl RefUnwindSafe for RESOURCE_STATUS
impl Send for RESOURCE_STATUS
impl Sync for RESOURCE_STATUS
impl Unpin for RESOURCE_STATUS
impl UnwindSafe for RESOURCE_STATUS
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