Struct ndk_sys::user_fpxregs_struct
source · [−]#[repr(C)]pub struct user_fpxregs_struct {}Fields
cwd: c_ushortswd: c_ushorttwd: c_ushortfop: c_ushortfip: c_longfcs: c_longfoo: c_longfos: c_longmxcsr: c_longreserved: c_longst_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 more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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