Struct 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
§fn clone(&self) -> CLUSPROP_WORD
fn clone(&self) -> CLUSPROP_WORD
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_WORD
Auto Trait Implementations§
impl Freeze for CLUSPROP_WORD
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