Enum usvgr::LengthAdjust
source · 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 copy 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 LengthAdjust
impl Debug for LengthAdjust
source§impl Default for LengthAdjust
impl Default for LengthAdjust
source§impl EnumFromStr for LengthAdjust
impl EnumFromStr for LengthAdjust
fn enum_from_str(s: &str) -> Option<Self>
source§impl Hash for LengthAdjust
impl Hash for LengthAdjust
source§impl PartialEq for LengthAdjust
impl PartialEq for LengthAdjust
source§fn eq(&self, other: &LengthAdjust) -> bool
fn eq(&self, other: &LengthAdjust) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for LengthAdjust
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 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
source§impl<'a, T> FromValue<'a> for Twhere
T: EnumFromStr,
impl<'a, T> FromValue<'a> for Twhere
T: EnumFromStr,
source§impl<T> IsDefault for T
impl<T> IsDefault for T
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.