Struct ndk_sys::user_fpregs_fp_reg
source · #[repr(C)]#[repr(align(4))]pub struct user_fpregs_fp_reg {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 12]>,
}
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 12]>
Implementations
sourceimpl user_fpregs_fp_reg
impl user_fpregs_fp_reg
pub fn sign1(&self) -> c_uint
pub fn set_sign1(&mut self, val: c_uint)
pub fn unused(&self) -> c_uint
pub fn set_unused(&mut self, val: c_uint)
pub fn sign2(&self) -> c_uint
pub fn set_sign2(&mut self, val: c_uint)
pub fn exponent(&self) -> c_uint
pub fn set_exponent(&mut self, val: c_uint)
pub fn j(&self) -> c_uint
pub fn set_j(&mut self, val: c_uint)
pub fn mantissa1(&self) -> c_uint
pub fn set_mantissa1(&mut self, val: c_uint)
pub fn mantissa0(&self) -> c_uint
pub fn set_mantissa0(&mut self, val: c_uint)
pub fn new_bitfield_1(
sign1: c_uint,
unused: c_uint,
sign2: c_uint,
exponent: c_uint,
j: c_uint,
mantissa1: c_uint,
mantissa0: c_uint
) -> __BindgenBitfieldUnit<[u8; 12]>
Trait Implementations
sourceimpl Clone for user_fpregs_fp_reg
impl Clone for user_fpregs_fp_reg
sourcefn clone(&self) -> user_fpregs_fp_reg
fn clone(&self) -> user_fpregs_fp_reg
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_fp_reg
impl Debug for user_fpregs_fp_reg
impl Copy for user_fpregs_fp_reg
Auto Trait Implementations
impl RefUnwindSafe for user_fpregs_fp_reg
impl Send for user_fpregs_fp_reg
impl Sync for user_fpregs_fp_reg
impl Unpin for user_fpregs_fp_reg
impl UnwindSafe for user_fpregs_fp_reg
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