#[repr(C)]pub struct user_fpregs_struct {
pub f_regs: user_fpregs_f_struct,
pub g_regs: user_fpregs_g_struct,
}Fields§
§f_regs: user_fpregs_f_struct§g_regs: user_fpregs_g_structAuto Trait Implementations§
impl Freeze for user_fpregs_struct
impl RefUnwindSafe for user_fpregs_struct
impl Send for user_fpregs_struct
impl Sync for user_fpregs_struct
impl Unpin for user_fpregs_struct
impl UnsafeUnpin for user_fpregs_struct
impl UnwindSafe for user_fpregs_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