Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_VALUE
[−]#[repr(C)]pub struct CLUSPROP_VALUE {
pub Syntax: CLUSPROP_SYNTAX,
pub cbLength: u32,
}
Expand description
Required features: ‘Win32_Networking_Clustering’
Fields
Syntax: CLUSPROP_SYNTAX
cbLength: u32
Trait Implementations
impl Clone for CLUSPROP_VALUE
impl Clone for CLUSPROP_VALUE
impl Copy for CLUSPROP_VALUE
Auto Trait Implementations
impl RefUnwindSafe for CLUSPROP_VALUE
impl Send for CLUSPROP_VALUE
impl Sync for CLUSPROP_VALUE
impl Unpin for CLUSPROP_VALUE
impl UnwindSafe for CLUSPROP_VALUE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more