#[repr(C)]pub union double_uint64_u {
pub f: f64,
pub i: u64,
}Fields§
§f: f64§i: u64Trait Implementations§
Source§impl Clone for double_uint64_u
impl Clone for double_uint64_u
Source§fn clone(&self) -> double_uint64_u
fn clone(&self) -> double_uint64_u
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 Default for double_uint64_u
impl Default for double_uint64_u
impl Copy for double_uint64_u
Auto Trait Implementations§
impl Freeze for double_uint64_u
impl RefUnwindSafe for double_uint64_u
impl Send for double_uint64_u
impl Sync for double_uint64_u
impl Unpin for double_uint64_u
impl UnsafeUnpin for double_uint64_u
impl UnwindSafe for double_uint64_u
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