Struct FLOAT128
#[repr(C)]pub struct FLOAT128 {
pub LowPart: i64,
pub HighPart: i64,
}
Fields§
§LowPart: i64
§HighPart: i64
Trait Implementations§
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