[][src]Struct ndk_sys::user_fpregs_fp_reg

#[repr(C)]
#[repr(align(4))]pub struct user_fpregs_fp_reg {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 12], u32>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 12], u32>

Implementations

impl user_fpregs_fp_reg[src]

pub fn sign1(&self) -> c_uint[src]

pub fn set_sign1(&mut self, val: c_uint)[src]

pub fn unused(&self) -> c_uint[src]

pub fn set_unused(&mut self, val: c_uint)[src]

pub fn sign2(&self) -> c_uint[src]

pub fn set_sign2(&mut self, val: c_uint)[src]

pub fn exponent(&self) -> c_uint[src]

pub fn set_exponent(&mut self, val: c_uint)[src]

pub fn j(&self) -> c_uint[src]

pub fn set_j(&mut self, val: c_uint)[src]

pub fn mantissa1(&self) -> c_uint[src]

pub fn set_mantissa1(&mut self, val: c_uint)[src]

pub fn mantissa0(&self) -> c_uint[src]

pub fn set_mantissa0(&mut self, val: c_uint)[src]

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], u32>
[src]

Trait Implementations

impl Clone for user_fpregs_fp_reg[src]

impl Copy for user_fpregs_fp_reg[src]

impl Debug for user_fpregs_fp_reg[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.