Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_RESOURCE_CLASS
#[repr(C)]pub struct CLUSPROP_RESOURCE_CLASS {
pub Base: CLUSPROP_VALUE,
pub rc: CLUSTER_RESOURCE_CLASS,
}
Fields§
§Base: 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§
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