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