#[repr(C)]pub struct _GDoubleIEEE754__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>Implementations§
Source§impl _GDoubleIEEE754__bindgen_ty_1
impl _GDoubleIEEE754__bindgen_ty_1
pub fn mantissa_low(&self) -> guint
pub fn set_mantissa_low(&mut self, val: guint)
pub unsafe fn mantissa_low_raw(this: *const Self) -> guint
pub unsafe fn set_mantissa_low_raw(this: *mut Self, val: guint)
pub fn mantissa_high(&self) -> guint
pub fn set_mantissa_high(&mut self, val: guint)
pub unsafe fn mantissa_high_raw(this: *const Self) -> guint
pub unsafe fn set_mantissa_high_raw(this: *mut Self, val: guint)
pub fn biased_exponent(&self) -> guint
pub fn set_biased_exponent(&mut self, val: guint)
pub unsafe fn biased_exponent_raw(this: *const Self) -> guint
pub unsafe fn set_biased_exponent_raw(this: *mut Self, val: guint)
pub fn sign(&self) -> guint
pub fn set_sign(&mut self, val: guint)
pub unsafe fn sign_raw(this: *const Self) -> guint
pub unsafe fn set_sign_raw(this: *mut Self, val: guint)
pub fn new_bitfield_1( mantissa_low: guint, mantissa_high: guint, biased_exponent: guint, sign: guint, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for _GDoubleIEEE754__bindgen_ty_1
impl Clone for _GDoubleIEEE754__bindgen_ty_1
Source§fn clone(&self) -> _GDoubleIEEE754__bindgen_ty_1
fn clone(&self) -> _GDoubleIEEE754__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _GDoubleIEEE754__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _GDoubleIEEE754__bindgen_ty_1
impl RefUnwindSafe for _GDoubleIEEE754__bindgen_ty_1
impl Send for _GDoubleIEEE754__bindgen_ty_1
impl Sync for _GDoubleIEEE754__bindgen_ty_1
impl Unpin for _GDoubleIEEE754__bindgen_ty_1
impl UnwindSafe for _GDoubleIEEE754__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more