Struct vips_sys::_GFloatIEEE754__bindgen_ty_1 [−][src]
#[repr(C)]pub struct _GFloatIEEE754__bindgen_ty_1 { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, pub __bindgen_align: [u32; 0], }
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
__bindgen_align: [u32; 0]
Methods
impl _GFloatIEEE754__bindgen_ty_1
[src]
impl _GFloatIEEE754__bindgen_ty_1
pub fn mantissa(&self) -> guint
[src]
pub fn mantissa(&self) -> guint
pub fn set_mantissa(&mut self, val: guint)
[src]
pub fn set_mantissa(&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: guint,
biased_exponent: guint,
sign: guint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]
pub fn new_bitfield_1(
mantissa: guint,
biased_exponent: guint,
sign: guint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
impl Debug for _GFloatIEEE754__bindgen_ty_1
[src]
impl Debug for _GFloatIEEE754__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 _GFloatIEEE754__bindgen_ty_1
[src]
impl Copy for _GFloatIEEE754__bindgen_ty_1
impl Clone for _GFloatIEEE754__bindgen_ty_1
[src]
impl Clone for _GFloatIEEE754__bindgen_ty_1
fn clone(&self) -> _GFloatIEEE754__bindgen_ty_1
[src]
fn clone(&self) -> _GFloatIEEE754__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 _GFloatIEEE754__bindgen_ty_1
impl Send for _GFloatIEEE754__bindgen_ty_1
impl Sync for _GFloatIEEE754__bindgen_ty_1
impl Sync for _GFloatIEEE754__bindgen_ty_1