pub enum NumSys {
Binary,
Decimal,
}Expand description
Numeral System for unit conversion.
Variants
Binary
Base 2 | 1024 | KibiByte (KiB)
Decimal
Base 10 | 1000 | KiloByte (KB)
Auto Trait Implementations
impl RefUnwindSafe for NumSys
impl Send for NumSys
impl Sync for NumSys
impl Unpin for NumSys
impl UnwindSafe for NumSys
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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