Enum accesskit::TextDecoration
source · #[repr(u8)]pub enum TextDecoration {
Solid = 0,
Dotted = 1,
Dashed = 2,
Double = 3,
Wavy = 4,
}
Variants§
Trait Implementations§
source§impl Clone for TextDecoration
impl Clone for TextDecoration
source§fn clone(&self) -> TextDecoration
fn clone(&self) -> TextDecoration
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 TextDecoration
impl Debug for TextDecoration
source§impl Hash for TextDecoration
impl Hash for TextDecoration
source§impl PartialEq for TextDecoration
impl PartialEq for TextDecoration
source§fn eq(&self, other: &TextDecoration) -> bool
fn eq(&self, other: &TextDecoration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextDecoration
impl Eq for TextDecoration
impl StructuralEq for TextDecoration
impl StructuralPartialEq for TextDecoration
Auto Trait Implementations§
impl RefUnwindSafe for TextDecoration
impl Send for TextDecoration
impl Sync for TextDecoration
impl Unpin for TextDecoration
impl UnwindSafe for TextDecoration
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