#[repr(C)]pub struct CLUSPROP_RESOURCE_CLASS {
pub __AnonymousBase_clusapi_L5250_C14: CLUSPROP_VALUE,
pub rc: CLUSTER_RESOURCE_CLASS,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
__AnonymousBase_clusapi_L5250_C14: CLUSPROP_VALUE
rc: CLUSTER_RESOURCE_CLASS
Trait 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 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