Struct vips_sys::_GDoubleIEEE754__bindgen_ty_1 [−][src]
#[repr(C)]pub struct _GDoubleIEEE754__bindgen_ty_1 { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>, pub __bindgen_align: [u32; 0], }
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>
__bindgen_align: [u32; 0]
Methods
impl _GDoubleIEEE754__bindgen_ty_1
[src]
impl _GDoubleIEEE754__bindgen_ty_1
pub fn mantissa_low(&self) -> guint
[src]
pub fn mantissa_low(&self) -> guint
pub fn set_mantissa_low(&mut self, val: guint)
[src]
pub fn set_mantissa_low(&mut self, val: guint)
pub fn mantissa_high(&self) -> guint
[src]
pub fn mantissa_high(&self) -> guint
pub fn set_mantissa_high(&mut self, val: guint)
[src]
pub fn set_mantissa_high(&mut self, val: guint)
pub fn biased_exponent(&self) -> guint
[src]
pub fn biased_exponent(&self) -> guint
pub fn set_biased_exponent(&mut self, val: guint)
[src]
pub fn set_biased_exponent(&mut self, val: guint)
pub fn sign(&self) -> guint
[src]
pub fn sign(&self) -> guint
pub fn set_sign(&mut self, val: guint)
[src]
pub fn set_sign(&mut self, val: guint)
pub fn new_bitfield_1(
mantissa_low: guint,
mantissa_high: guint,
biased_exponent: guint,
sign: guint
) -> __BindgenBitfieldUnit<[u8; 8], u32>
[src]
pub fn new_bitfield_1(
mantissa_low: guint,
mantissa_high: guint,
biased_exponent: guint,
sign: guint
) -> __BindgenBitfieldUnit<[u8; 8], u32>
Trait Implementations
impl Debug for _GDoubleIEEE754__bindgen_ty_1
[src]
impl Debug for _GDoubleIEEE754__bindgen_ty_1
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GDoubleIEEE754__bindgen_ty_1
[src]
impl Copy for _GDoubleIEEE754__bindgen_ty_1
impl Clone for _GDoubleIEEE754__bindgen_ty_1
[src]
impl Clone for _GDoubleIEEE754__bindgen_ty_1
fn clone(&self) -> _GDoubleIEEE754__bindgen_ty_1
[src]
fn clone(&self) -> _GDoubleIEEE754__bindgen_ty_1
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
Auto Trait Implementations
impl Send for _GDoubleIEEE754__bindgen_ty_1
impl Send for _GDoubleIEEE754__bindgen_ty_1
impl Sync for _GDoubleIEEE754__bindgen_ty_1
impl Sync for _GDoubleIEEE754__bindgen_ty_1