Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_VALUE
#[repr(C)]pub struct CLUSPROP_VALUE {
pub Syntax: CLUSPROP_SYNTAX,
pub cbLength: u32,
}
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§
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