#[repr(C)]pub struct floatx80 {
pub low: u64,
pub high: u16,
}Fields§
§low: u64§high: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for floatx80
impl RefUnwindSafe for floatx80
impl Send for floatx80
impl Sync for floatx80
impl Unpin for floatx80
impl UnwindSafe for floatx80
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