#[repr(C)]pub struct double_uint64_u {
pub f: __BindgenUnionField<f64>,
pub i: __BindgenUnionField<u64>,
pub bindgen_union_field: u64,
}Fields§
§f: __BindgenUnionField<f64>§i: __BindgenUnionField<u64>§bindgen_union_field: u64Auto 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 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