#[repr(C)]pub struct extFloat80M {
pub signif: u64,
pub signExp: u16,
}
Fields§
§signif: u64
§signExp: u16
Trait Implementations§
Source§impl Clone for extFloat80M
impl Clone for extFloat80M
Source§fn clone(&self) -> extFloat80M
fn clone(&self) -> extFloat80M
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 extFloat80M
impl Debug for extFloat80M
impl Copy for extFloat80M
Auto Trait Implementations§
impl Freeze for extFloat80M
impl RefUnwindSafe for extFloat80M
impl Send for extFloat80M
impl Sync for extFloat80M
impl Unpin for extFloat80M
impl UnwindSafe for extFloat80M
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