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§
source§impl Clone for user_fpxregs_struct
impl Clone for user_fpxregs_struct
source§fn clone(&self) -> user_fpxregs_struct
fn clone(&self) -> user_fpxregs_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for user_fpxregs_struct
impl Debug for user_fpxregs_struct
impl Copy for user_fpxregs_struct
Auto Trait Implementations§
impl Freeze for user_fpxregs_struct
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§
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