Union CLUSPROP_SYNTAX
#[repr(C)]
pub union CLUSPROP_SYNTAX {
pub dw: u32,
pub Anonymous: CLUSPROP_SYNTAX_0,
}
Fields§
§dw: u32
§Anonymous: CLUSPROP_SYNTAX_0
Trait Implementations§
§impl Clone for CLUSPROP_SYNTAX
impl Clone for CLUSPROP_SYNTAX
§fn clone(&self) -> CLUSPROP_SYNTAX
fn clone(&self) -> CLUSPROP_SYNTAX
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CLUSPROP_SYNTAX
Auto Trait Implementations§
impl Freeze for CLUSPROP_SYNTAX
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§
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