pub struct CddFloat { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CddNumber for CddFloat
Available on crate feature gmp only.
impl CddNumber for CddFloat
Available on crate feature
gmp only.const MYTYPE_SIZE: usize
const DEFAULT_NUMBER_TYPE: NumberType = NumberType::Real
fn ensure_initialized()
Auto Trait Implementations§
impl Freeze for CddFloat
impl RefUnwindSafe for CddFloat
impl !Send for CddFloat
impl !Sync for CddFloat
impl Unpin for CddFloat
impl UnwindSafe for CddFloat
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