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§
source§impl Clone for user_fpregs
impl Clone for user_fpregs
source§fn clone(&self) -> user_fpregs
fn clone(&self) -> user_fpregs
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_fpregs
impl Debug for user_fpregs
impl Copy for user_fpregs
Auto Trait Implementations§
impl Freeze for user_fpregs
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§
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