Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_WORD
#[repr(C)]pub struct CLUSPROP_WORD {
pub Base: CLUSPROP_VALUE,
pub w: u16,
}
Fields§
§Base: CLUSPROP_VALUE
§w: u16
Trait Implementations§
§impl Clone for CLUSPROP_WORD
impl Clone for CLUSPROP_WORD
impl Copy for CLUSPROP_WORD
Auto Trait Implementations§
impl RefUnwindSafe for CLUSPROP_WORD
impl Send for CLUSPROP_WORD
impl Sync for CLUSPROP_WORD
impl Unpin for CLUSPROP_WORD
impl UnwindSafe for CLUSPROP_WORD
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