#[repr(C)]pub union CPU_DoubleU {
pub d: float64,
pub l: CPU_DoubleU__bindgen_ty_1,
pub ll: u64,
}Fields§
§d: float64§l: CPU_DoubleU__bindgen_ty_1§ll: u64Trait Implementations§
Source§impl Clone for CPU_DoubleU
impl Clone for CPU_DoubleU
Source§fn clone(&self) -> CPU_DoubleU
fn clone(&self) -> CPU_DoubleU
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 moreimpl Copy for CPU_DoubleU
Auto Trait Implementations§
impl Freeze for CPU_DoubleU
impl RefUnwindSafe for CPU_DoubleU
impl Send for CPU_DoubleU
impl Sync for CPU_DoubleU
impl Unpin for CPU_DoubleU
impl UnwindSafe for CPU_DoubleU
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