#[repr(C)]pub enum PLYDimensionKind {
Pixels = 0,
Percentage = 1,
}Expand description
Represents the unit of a dimension.
Variants§
Trait Implementations§
Source§impl Clone for PLYDimensionKind
impl Clone for PLYDimensionKind
Source§fn clone(&self) -> PLYDimensionKind
fn clone(&self) -> PLYDimensionKind
Returns a duplicate of the value. Read more
1.0.0 · 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 PLYDimensionKind
impl Debug for PLYDimensionKind
impl Copy for PLYDimensionKind
Auto Trait Implementations§
impl Freeze for PLYDimensionKind
impl RefUnwindSafe for PLYDimensionKind
impl Send for PLYDimensionKind
impl Sync for PLYDimensionKind
impl Unpin for PLYDimensionKind
impl UnsafeUnpin for PLYDimensionKind
impl UnwindSafe for PLYDimensionKind
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