#[repr(u32)]pub enum DecorationType {
Undefined = 0,
No = 1,
Underline = 2,
Overline = 3,
LineThrough = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for DecorationType
impl Clone for DecorationType
Source§fn clone(&self) -> DecorationType
fn clone(&self) -> DecorationType
Returns a duplicate 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 DecorationType
impl Debug for DecorationType
Source§impl Hash for DecorationType
impl Hash for DecorationType
Source§impl PartialEq for DecorationType
impl PartialEq for DecorationType
impl Copy for DecorationType
impl Eq for DecorationType
impl StructuralPartialEq for DecorationType
Auto Trait Implementations§
impl Freeze for DecorationType
impl RefUnwindSafe for DecorationType
impl Send for DecorationType
impl Sync for DecorationType
impl Unpin for DecorationType
impl UnwindSafe for DecorationType
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