#[repr(C)]pub struct WHV_REGISTER_VALUE(pub WHV_UINT128);Tuple Fields§
§0: WHV_UINT128Trait Implementations§
Source§impl Clone for WHV_REGISTER_VALUE
impl Clone for WHV_REGISTER_VALUE
Source§fn clone(&self) -> WHV_REGISTER_VALUE
fn clone(&self) -> WHV_REGISTER_VALUE
Returns a duplicate 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 moreSource§impl Debug for WHV_REGISTER_VALUE
impl Debug for WHV_REGISTER_VALUE
Source§impl Default for WHV_REGISTER_VALUE
impl Default for WHV_REGISTER_VALUE
Source§fn default() -> WHV_REGISTER_VALUE
fn default() -> WHV_REGISTER_VALUE
Returns the “default value” for a type. Read more
Source§impl PartialEq for WHV_REGISTER_VALUE
impl PartialEq for WHV_REGISTER_VALUE
impl Copy for WHV_REGISTER_VALUE
impl Eq for WHV_REGISTER_VALUE
impl StructuralPartialEq for WHV_REGISTER_VALUE
Auto Trait Implementations§
impl Freeze for WHV_REGISTER_VALUE
impl RefUnwindSafe for WHV_REGISTER_VALUE
impl Send for WHV_REGISTER_VALUE
impl Sync for WHV_REGISTER_VALUE
impl Unpin for WHV_REGISTER_VALUE
impl UnsafeUnpin for WHV_REGISTER_VALUE
impl UnwindSafe for WHV_REGISTER_VALUE
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