Enum freya_engine::prelude::TextDecorationStyle
source · #[repr(C)]pub enum TextDecorationStyle {
Solid,
Double,
Dotted,
Dashed,
Wavy,
}
Variants§
Trait Implementations§
source§impl Clone for TextDecorationStyle
impl Clone for TextDecorationStyle
source§fn clone(&self) -> TextDecorationStyle
fn clone(&self) -> TextDecorationStyle
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 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<TextDecorationStyle> for TextDecorationStyle
impl PartialEq<TextDecorationStyle> for TextDecorationStyle
source§fn eq(&self, other: &TextDecorationStyle) -> bool
fn eq(&self, other: &TextDecorationStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextDecorationStyle
impl StructuralPartialEq for TextDecorationStyle
Auto Trait Implementations§
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