Enum astro_float::Radix
source · [−]pub enum Radix {
Bin,
Oct,
Dec,
Hex,
}
Expand description
Radix.
Variants
Bin
Binary.
Oct
Octal.
Dec
Decimal.
Hex
Hexadecimal.
Trait Implementations
impl Copy for Radix
impl Eq for Radix
impl StructuralEq for Radix
impl StructuralPartialEq for Radix
Auto Trait Implementations
impl RefUnwindSafe for Radix
impl Send for Radix
impl Sync for Radix
impl Unpin for Radix
impl UnwindSafe for Radix
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more