#[repr(C)]pub struct user_fpregs_g_struct {
pub fpregs: [c_double; 32],
pub fcsr: c_uint,
}Fields§
§fpregs: [c_double; 32]§fcsr: c_uintAuto Trait Implementations§
impl Freeze for user_fpregs_g_struct
impl RefUnwindSafe for user_fpregs_g_struct
impl Send for user_fpregs_g_struct
impl Sync for user_fpregs_g_struct
impl Unpin for user_fpregs_g_struct
impl UnsafeUnpin for user_fpregs_g_struct
impl UnwindSafe for user_fpregs_g_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