Struct ndk_sys::user_fpsimd_struct
source · #[repr(C, align(16))]pub struct user_fpsimd_struct {
pub vregs: [__uint128_t; 32],
pub fpsr: u32,
pub fpcr: u32,
}
Fields§
§vregs: [__uint128_t; 32]
§fpsr: u32
§fpcr: u32
Trait Implementations§
source§impl Clone for user_fpsimd_struct
impl Clone for user_fpsimd_struct
source§fn clone(&self) -> user_fpsimd_struct
fn clone(&self) -> user_fpsimd_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_fpsimd_struct
impl Debug for user_fpsimd_struct
impl Copy for user_fpsimd_struct
Auto Trait Implementations§
impl Freeze for user_fpsimd_struct
impl RefUnwindSafe for user_fpsimd_struct
impl Send for user_fpsimd_struct
impl Sync for user_fpsimd_struct
impl Unpin for user_fpsimd_struct
impl UnwindSafe for user_fpsimd_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