#[repr(C)]pub enum TextDecorationMode {
Gaps = 0,
Through = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for TextDecorationMode
impl Clone for TextDecorationMode
Source§fn clone(&self) -> TextDecorationMode
fn clone(&self) -> TextDecorationMode
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 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 for TextDecorationMode
impl PartialEq for TextDecorationMode
impl Copy for TextDecorationMode
impl StructuralPartialEq for TextDecorationMode
Auto Trait Implementations§
impl Freeze for TextDecorationMode
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