Struct TextDecorations
#[repr(transparent)]pub struct TextDecorations(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl TextDecorations
impl TextDecorations
§impl TextDecorations
impl TextDecorations
Trait Implementations§
§impl BitAnd for TextDecorations
impl BitAnd for TextDecorations
§impl BitAndAssign for TextDecorations
impl BitAndAssign for TextDecorations
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for TextDecorations
impl BitOr for TextDecorations
§impl BitOrAssign for TextDecorations
impl BitOrAssign for TextDecorations
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for TextDecorations
impl Clone for TextDecorations
§fn clone(&self) -> TextDecorations
fn clone(&self) -> TextDecorations
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 more§impl Debug for TextDecorations
impl Debug for TextDecorations
§impl Default for TextDecorations
impl Default for TextDecorations
§fn default() -> TextDecorations
fn default() -> TextDecorations
Returns the “default value” for a type. Read more
§impl Not for TextDecorations
impl Not for TextDecorations
§impl PartialEq for TextDecorations
impl PartialEq for TextDecorations
impl Copy for TextDecorations
impl Eq for TextDecorations
impl StructuralPartialEq for TextDecorations
Auto Trait Implementations§
impl Freeze for TextDecorations
impl RefUnwindSafe for TextDecorations
impl Send for TextDecorations
impl Sync for TextDecorations
impl Unpin for TextDecorations
impl UnwindSafe for TextDecorations
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