[][src]Struct gst::ffi::Struct__fpstate

#[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_tswd: __uint16_tftw: __uint16_tfop: __uint16_trip: __uint64_trdp: __uint64_tmxcsr: __uint32_tmxcr_mask: __uint32_t_st: [Struct__fpxreg; 8]_xmm: [Struct__xmmreg; 16]padding: [__uint32_t; 24]

Trait Implementations

impl Default for Struct__fpstate[src]

impl Clone for Struct__fpstate[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]

Auto Trait Implementations

impl Send for Struct__fpstate

impl Sync for Struct__fpstate

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.