Struct ndk_sys::_libc_fpreg
source · Fields
significand: [c_ushort; 4]
exponent: c_ushort
Trait Implementations
sourceimpl Clone for _libc_fpreg
impl Clone for _libc_fpreg
sourcefn clone(&self) -> _libc_fpreg
fn clone(&self) -> _libc_fpreg
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 _libc_fpreg
impl Debug for _libc_fpreg
impl Copy for _libc_fpreg
Auto Trait Implementations
impl RefUnwindSafe for _libc_fpreg
impl Send for _libc_fpreg
impl Sync for _libc_fpreg
impl Unpin for _libc_fpreg
impl UnwindSafe for _libc_fpreg
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