#[repr(C)]pub struct _FLOAT128 {
pub LowPart: c_longlong,
pub HighPart: c_longlong,
}
Fields§
§LowPart: c_longlong
§HighPart: c_longlong
Trait Implementations§
Source§impl Ord for _FLOAT128
impl Ord for _FLOAT128
Source§impl PartialOrd for _FLOAT128
impl PartialOrd for _FLOAT128
impl Copy for _FLOAT128
impl Eq for _FLOAT128
impl StructuralPartialEq for _FLOAT128
Auto Trait Implementations§
impl Freeze for _FLOAT128
impl RefUnwindSafe for _FLOAT128
impl Send for _FLOAT128
impl Sync for _FLOAT128
impl Unpin for _FLOAT128
impl UnwindSafe for _FLOAT128
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