pub enum DimensionKind {
Length,
Angle,
Duration,
Frequency,
Resolution,
Flex,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for DimensionKind
impl Clone for DimensionKind
Source§fn clone(&self) -> DimensionKind
fn clone(&self) -> DimensionKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DimensionKind
impl Debug for DimensionKind
Source§impl PartialEq for DimensionKind
impl PartialEq for DimensionKind
Source§fn eq(&self, other: &DimensionKind) -> bool
fn eq(&self, other: &DimensionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DimensionKind
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