#[repr(C)]pub struct nfloat64_struct {
pub head: [ulong; 2],
pub d: [ulong; 1],
}Fields§
§head: [ulong; 2]§d: [ulong; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nfloat64_struct
impl RefUnwindSafe for nfloat64_struct
impl Send for nfloat64_struct
impl Sync for nfloat64_struct
impl Unpin for nfloat64_struct
impl UnsafeUnpin for nfloat64_struct
impl UnwindSafe for nfloat64_struct
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