pub struct Centi;Expand description
Scale by 100. This is the default.
Trait Implementations§
Source§impl PointScaler for Centi
impl PointScaler for Centi
impl Copy for Centi
impl StructuralPartialEq for Centi
Auto Trait Implementations§
impl Freeze for Centi
impl RefUnwindSafe for Centi
impl Send for Centi
impl Sync for Centi
impl Unpin for Centi
impl UnwindSafe for Centi
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