Struct ndk_sys::user_vfp_exc
source · #[repr(C)]pub struct user_vfp_exc {
pub fpexc: c_ulong,
pub fpinst: c_ulong,
pub fpinst2: c_ulong,
}
Fields§
§fpexc: c_ulong
§fpinst: c_ulong
§fpinst2: c_ulong
Trait Implementations§
source§impl Clone for user_vfp_exc
impl Clone for user_vfp_exc
source§fn clone(&self) -> user_vfp_exc
fn clone(&self) -> user_vfp_exc
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_vfp_exc
impl Debug for user_vfp_exc
impl Copy for user_vfp_exc
Auto Trait Implementations§
impl Freeze for user_vfp_exc
impl RefUnwindSafe for user_vfp_exc
impl Send for user_vfp_exc
impl Sync for user_vfp_exc
impl Unpin for user_vfp_exc
impl UnwindSafe for user_vfp_exc
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