Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_WORD
[−]#[repr(C)]pub struct CLUSPROP_WORD {
pub __AnonymousBase_clusapi_L5139_C39: CLUSPROP_VALUE,
pub w: u16,
}
Expand description
Required features: ‘Win32_Networking_Clustering’
Fields
__AnonymousBase_clusapi_L5139_C39: 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
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