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