pub struct EpDouble { /* private fields */ }Expand description
An opaque C struct representing an extended double precision floating point number.
Auto Trait Implementations§
impl Freeze for EpDouble
impl RefUnwindSafe for EpDouble
impl !Send for EpDouble
impl !Sync for EpDouble
impl !Unpin for EpDouble
impl UnwindSafe for EpDouble
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