Enum mathml_core::LineThickness
source · pub enum LineThickness {
Thin,
Medium,
Thick,
Length(u8),
}
Variants§
Trait Implementations§
source§impl Clone for LineThickness
impl Clone for LineThickness
source§fn clone(&self) -> LineThickness
fn clone(&self) -> LineThickness
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 LineThickness
impl Debug for LineThickness
source§impl Default for LineThickness
impl Default for LineThickness
source§impl PartialEq<LineThickness> for LineThickness
impl PartialEq<LineThickness> for LineThickness
source§fn eq(&self, other: &LineThickness) -> bool
fn eq(&self, other: &LineThickness) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LineThickness
impl StructuralPartialEq for LineThickness
Auto Trait Implementations§
impl RefUnwindSafe for LineThickness
impl Send for LineThickness
impl Sync for LineThickness
impl Unpin for LineThickness
impl UnwindSafe for LineThickness
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