Struct gst::ffi::Struct__libc_fpxreg[][src]

#[repr(C)]
pub struct Struct__libc_fpxreg { pub significand: [c_ushort; 4], pub exponent: c_ushort, pub padding: [c_ushort; 3], }

Fields

Trait Implementations

impl Clone for Struct__libc_fpxreg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__libc_fpxreg
[src]

impl Default for Struct__libc_fpxreg
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Struct__libc_fpxreg

impl Sync for Struct__libc_fpxreg