#[repr(u8)]pub enum Unit {
Unspecified,
Meter,
}
Expand description
Physical unit of the pixel dimensions
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Unit> for Unit
impl PartialEq<Unit> for Unit
impl Copy for Unit
impl Eq for Unit
impl StructuralEq for Unit
impl StructuralPartialEq for Unit
Auto Trait Implementations§
impl RefUnwindSafe for Unit
impl Send for Unit
impl Sync for Unit
impl Unpin for Unit
impl UnwindSafe for Unit
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