pub enum LengthAdjust {
Spacing,
SpacingAndGlyphs,
}Expand description
A length adjust property.
Variants§
Trait Implementations§
Source§impl Clone for LengthAdjust
impl Clone for LengthAdjust
Source§fn clone(&self) -> LengthAdjust
fn clone(&self) -> LengthAdjust
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 moreimpl Copy for LengthAdjust
Source§impl Debug for LengthAdjust
impl Debug for LengthAdjust
Source§impl Default for LengthAdjust
impl Default for LengthAdjust
Source§impl PartialEq for LengthAdjust
impl PartialEq for LengthAdjust
Source§fn eq(&self, other: &LengthAdjust) -> bool
fn eq(&self, other: &LengthAdjust) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LengthAdjust
Auto Trait Implementations§
impl Freeze for LengthAdjust
impl RefUnwindSafe for LengthAdjust
impl Send for LengthAdjust
impl Sync for LengthAdjust
impl Unpin for LengthAdjust
impl UnsafeUnpin for LengthAdjust
impl UnwindSafe for LengthAdjust
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