Struct ndk_sys::user_fpxregs_struct
source · #[repr(C)]pub struct user_fpxregs_struct {}
Fields
cwd: c_ushort
swd: c_ushort
twd: c_ushort
fop: c_ushort
fip: c_long
fcs: c_long
foo: c_long
fos: c_long
mxcsr: c_long
reserved: c_long
st_space: [c_long; 32]
xmm_space: [c_long; 32]
padding: [c_long; 56]
Trait Implementations
sourceimpl Clone for user_fpxregs_struct
impl Clone for user_fpxregs_struct
sourcefn clone(&self) -> user_fpxregs_struct
fn clone(&self) -> user_fpxregs_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for user_fpxregs_struct
impl Debug for user_fpxregs_struct
impl Copy for user_fpxregs_struct
Auto Trait Implementations
impl RefUnwindSafe for user_fpxregs_struct
impl Send for user_fpxregs_struct
impl Sync for user_fpxregs_struct
impl Unpin for user_fpxregs_struct
impl UnwindSafe for user_fpxregs_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more