Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_DWORD
[−]#[repr(C)]pub struct CLUSPROP_DWORD {
pub __AnonymousBase_clusapi_L5149_C40: CLUSPROP_VALUE,
pub dw: u32,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
__AnonymousBase_clusapi_L5149_C40: CLUSPROP_VALUE
dw: u32
Trait Implementations
impl Clone for CLUSPROP_DWORD
impl Clone for CLUSPROP_DWORD
impl Copy for CLUSPROP_DWORD
Auto Trait Implementations
impl RefUnwindSafe for CLUSPROP_DWORD
impl Send for CLUSPROP_DWORD
impl Sync for CLUSPROP_DWORD
impl Unpin for CLUSPROP_DWORD
impl UnwindSafe for CLUSPROP_DWORD
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