Struct ndk_sys::user_fpregs_fp_reg [−][src]
#[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
Trait Implementations
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
Mutably borrows from an owned value. Read more