pub enum SizeUnit {
Character,
Millimeter,
ComputerDeciPoint,
DeciDidot,
Mil,
BasicMeasuringUnit,
Micrometer,
Pixel,
DeciPoint,
}
Variants§
Trait Implementations§
impl Copy for SizeUnit
Auto Trait Implementations§
impl Freeze for SizeUnit
impl RefUnwindSafe for SizeUnit
impl Send for SizeUnit
impl Sync for SizeUnit
impl Unpin for SizeUnit
impl UnwindSafe for SizeUnit
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