Enum usvg::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
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)