[][src]Struct ndk_sys::user_fpregs

#[repr(C)]pub struct user_fpregs {
    pub fpregs: [user_fpregs_fp_reg; 8],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>,
    pub ftype: [c_uchar; 8],
    pub init_flag: c_uint,
}

Fields

fpregs: [user_fpregs_fp_reg; 8]_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>ftype: [c_uchar; 8]init_flag: c_uint

Implementations

impl user_fpregs[src]

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

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

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

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

pub fn new_bitfield_1(
    fpsr: c_uint,
    fpcr: c_uint
) -> __BindgenBitfieldUnit<[u8; 8], u32>
[src]

Trait Implementations

impl Clone for user_fpregs[src]

impl Copy for user_fpregs[src]

impl Debug for user_fpregs[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.