Struct gst::ffi::Struct__fpstate [−][src]
#[repr(C)]pub struct Struct__fpstate { pub cwd: __uint16_t, pub swd: __uint16_t, pub ftw: __uint16_t, pub fop: __uint16_t, pub rip: __uint64_t, pub rdp: __uint64_t, pub mxcsr: __uint32_t, pub mxcr_mask: __uint32_t, pub _st: [Struct__fpxreg; 8], pub _xmm: [Struct__xmmreg; 16], pub padding: [__uint32_t; 24], }
Fields
cwd: __uint16_t
swd: __uint16_t
ftw: __uint16_t
fop: __uint16_t
rip: __uint64_t
rdp: __uint64_t
mxcsr: __uint32_t
mxcr_mask: __uint32_t
_st: [Struct__fpxreg; 8]
_xmm: [Struct__xmmreg; 16]
padding: [__uint32_t; 24]
Trait Implementations
impl Clone for Struct__fpstate
[src]
impl Clone for Struct__fpstate
fn clone(&self) -> Struct__fpstate
[src]
fn clone(&self) -> Struct__fpstate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__fpstate
[src]
impl Copy for Struct__fpstate
impl Default for Struct__fpstate
[src]
impl Default for Struct__fpstate
fn default() -> Struct__fpstate
[src]
fn default() -> Struct__fpstate
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Struct__fpstate
impl Send for Struct__fpstate
impl Sync for Struct__fpstate
impl Sync for Struct__fpstate