Union WHV_UINT128
#[repr(C)]
pub union WHV_UINT128 {
pub Anonymous: WHV_UINT128_0,
pub Dword: [u32; 4],
}
Fields§
§Anonymous: WHV_UINT128_0
§Dword: [u32; 4]
Trait Implementations§
§impl Clone for WHV_UINT128
impl Clone for WHV_UINT128
§fn clone(&self) -> WHV_UINT128
fn clone(&self) -> WHV_UINT128
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 WHV_UINT128
Auto Trait Implementations§
impl Freeze for WHV_UINT128
impl RefUnwindSafe for WHV_UINT128
impl Send for WHV_UINT128
impl Sync for WHV_UINT128
impl Unpin for WHV_UINT128
impl UnwindSafe for WHV_UINT128
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