#[repr(C)]pub enum TextDecorationStyle {
Solid = 0,
Double = 1,
Dotted = 2,
Dashed = 3,
Wavy = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for TextDecorationStyle
impl Clone for TextDecorationStyle
Source§fn clone(&self) -> TextDecorationStyle
fn clone(&self) -> TextDecorationStyle
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 TextDecorationStyle
impl Debug for TextDecorationStyle
Source§impl Default for TextDecorationStyle
impl Default for TextDecorationStyle
Source§fn default() -> TextDecorationStyle
fn default() -> TextDecorationStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for TextDecorationStyle
impl PartialEq for TextDecorationStyle
impl Copy for TextDecorationStyle
impl StructuralPartialEq for TextDecorationStyle
Auto Trait Implementations§
impl Freeze for TextDecorationStyle
impl RefUnwindSafe for TextDecorationStyle
impl Send for TextDecorationStyle
impl Sync for TextDecorationStyle
impl Unpin for TextDecorationStyle
impl UnwindSafe for TextDecorationStyle
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