Struct uu_numfmt::options::TransformOptions
source · pub struct TransformOptions {
pub from: Unit,
pub from_unit: usize,
pub to: Unit,
pub to_unit: usize,
}Fields§
§from: Unit§from_unit: usize§to: Unit§to_unit: usizeAuto Trait Implementations§
impl RefUnwindSafe for TransformOptions
impl Send for TransformOptions
impl Sync for TransformOptions
impl Unpin for TransformOptions
impl UnwindSafe for TransformOptions
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