Struct ndk_sys::user_fpregs_struct
source · [−]#[repr(C)]pub struct user_fpregs_struct {
pub cwd: c_long,
pub swd: c_long,
pub twd: c_long,
pub fip: c_long,
pub fcs: c_long,
pub foo: c_long,
pub fos: c_long,
pub st_space: [c_long; 20],
}Fields
cwd: c_longswd: c_longtwd: c_longfip: c_longfcs: c_longfoo: c_longfos: c_longst_space: [c_long; 20]Trait Implementations
sourceimpl Clone for user_fpregs_struct
impl Clone for user_fpregs_struct
sourcefn clone(&self) -> user_fpregs_struct
fn clone(&self) -> user_fpregs_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_fpregs_struct
impl Debug for user_fpregs_struct
impl Copy for user_fpregs_struct
Auto Trait Implementations
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 UnwindSafe for user_fpregs_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