Struct ndk_sys::user_fpregs
source · #[repr(C)]pub struct user_fpregs {
pub fpregs: [user_fpregs_fp_reg; 8],
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
pub ftype: [c_uchar; 8],
pub init_flag: c_uint,
}
Fields
fpregs: [user_fpregs_fp_reg; 8]
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
ftype: [c_uchar; 8]
init_flag: c_uint
Implementations
Trait Implementations
sourceimpl Clone for user_fpregs
impl Clone for user_fpregs
sourcefn clone(&self) -> user_fpregs
fn clone(&self) -> user_fpregs
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_fpregs
impl Debug for user_fpregs
impl Copy for user_fpregs
Auto Trait Implementations
impl RefUnwindSafe for user_fpregs
impl Send for user_fpregs
impl Sync for user_fpregs
impl Unpin for user_fpregs
impl UnwindSafe for user_fpregs
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