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