pub enum DimensionKind {
Length,
Angle,
Duration,
Frequency,
Resolution,
Flex,
Unknown,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DimensionKind
impl RefUnwindSafe for DimensionKind
impl Send for DimensionKind
impl Sync for DimensionKind
impl Unpin for DimensionKind
impl UnsafeUnpin for DimensionKind
impl UnwindSafe for DimensionKind
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