#[repr(C)]pub struct user_vfp {
pub fpregs: [c_ulonglong; 32],
pub fpscr: c_ulong,
}
Fields§
§fpregs: [c_ulonglong; 32]
§fpscr: c_ulong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for user_vfp
impl RefUnwindSafe for user_vfp
impl Send for user_vfp
impl Sync for user_vfp
impl Unpin for user_vfp
impl UnwindSafe for user_vfp
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