Enum usvg_tree::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 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 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