Enum freya_engine::prelude::TextDecorationMode
source · #[repr(C)]pub enum TextDecorationMode {
Gaps,
Through,
}
Variants§
Trait Implementations§
source§impl Clone for TextDecorationMode
impl Clone for TextDecorationMode
source§fn clone(&self) -> TextDecorationMode
fn clone(&self) -> TextDecorationMode
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 TextDecorationMode
impl Debug for TextDecorationMode
source§impl Default for TextDecorationMode
impl Default for TextDecorationMode
source§fn default() -> TextDecorationMode
fn default() -> TextDecorationMode
Returns the “default value” for a type. Read more
source§impl PartialEq<TextDecorationMode> for TextDecorationMode
impl PartialEq<TextDecorationMode> for TextDecorationMode
source§fn eq(&self, other: &TextDecorationMode) -> bool
fn eq(&self, other: &TextDecorationMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextDecorationMode
impl StructuralPartialEq for TextDecorationMode
Auto Trait Implementations§
impl RefUnwindSafe for TextDecorationMode
impl Send for TextDecorationMode
impl Sync for TextDecorationMode
impl Unpin for TextDecorationMode
impl UnwindSafe for TextDecorationMode
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