#[repr(C)]pub struct IeeeDoubleStruct {
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 IeeeDoubleStruct
impl IeeeDoubleStruct
pub fn mantissa1(&self) -> c_uint
pub fn set_mantissa1(&mut self, val: c_uint)
pub unsafe fn mantissa1_raw(this: *const Self) -> c_uint
pub unsafe fn set_mantissa1_raw(this: *mut Self, val: c_uint)
pub fn mantissa0(&self) -> c_uint
pub fn set_mantissa0(&mut self, val: c_uint)
pub unsafe fn mantissa0_raw(this: *const Self) -> c_uint
pub unsafe fn set_mantissa0_raw(this: *mut Self, val: c_uint)
pub fn exponent(&self) -> c_uint
pub fn set_exponent(&mut self, val: c_uint)
pub unsafe fn exponent_raw(this: *const Self) -> c_uint
pub unsafe fn set_exponent_raw(this: *mut Self, val: c_uint)
pub fn sign(&self) -> c_uint
pub fn set_sign(&mut self, val: c_uint)
pub unsafe fn sign_raw(this: *const Self) -> c_uint
pub unsafe fn set_sign_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1( mantissa1: c_uint, mantissa0: c_uint, exponent: c_uint, sign: c_uint, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for IeeeDoubleStruct
impl Clone for IeeeDoubleStruct
Source§fn clone(&self) -> IeeeDoubleStruct
fn clone(&self) -> IeeeDoubleStruct
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 moreSource§impl Debug for IeeeDoubleStruct
impl Debug for IeeeDoubleStruct
impl Copy for IeeeDoubleStruct
Auto Trait Implementations§
impl Freeze for IeeeDoubleStruct
impl RefUnwindSafe for IeeeDoubleStruct
impl Send for IeeeDoubleStruct
impl Sync for IeeeDoubleStruct
impl Unpin for IeeeDoubleStruct
impl UnwindSafe for IeeeDoubleStruct
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