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