#[repr(C)]pub struct CLUSPROP_RESOURCE_CLASS {
pub Base: CLUSPROP_VALUE,
pub rc: CLUSTER_RESOURCE_CLASS,
}Expand description
Required features: "Win32_Networking_Clustering"
Fields
Base: CLUSPROP_VALUErc: CLUSTER_RESOURCE_CLASSTrait Implementations
impl Clone for CLUSPROP_RESOURCE_CLASS
impl Clone for CLUSPROP_RESOURCE_CLASS
impl Copy for CLUSPROP_RESOURCE_CLASS
Auto Trait Implementations
impl RefUnwindSafe for CLUSPROP_RESOURCE_CLASS
impl Send for CLUSPROP_RESOURCE_CLASS
impl Sync for CLUSPROP_RESOURCE_CLASS
impl Unpin for CLUSPROP_RESOURCE_CLASS
impl UnwindSafe for CLUSPROP_RESOURCE_CLASS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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