pub struct DimensionNormalizer { /* private fields */ }Expand description
Dimension normalization utility
Implementations§
Auto Trait Implementations§
impl Freeze for DimensionNormalizer
impl RefUnwindSafe for DimensionNormalizer
impl Send for DimensionNormalizer
impl Sync for DimensionNormalizer
impl Unpin for DimensionNormalizer
impl UnwindSafe for DimensionNormalizer
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