pub struct TextDecorationType {
pub underline: bool,
pub overline: bool,
pub line_through: bool,
}Fields§
§underline: bool§overline: bool§line_through: boolTrait Implementations§
Source§impl Clone for TextDecorationType
impl Clone for TextDecorationType
Source§fn clone(&self) -> TextDecorationType
fn clone(&self) -> TextDecorationType
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 TextDecorationType
impl Debug for TextDecorationType
Source§impl Default for TextDecorationType
impl Default for TextDecorationType
impl Copy for TextDecorationType
Auto Trait Implementations§
impl Freeze for TextDecorationType
impl RefUnwindSafe for TextDecorationType
impl Send for TextDecorationType
impl Sync for TextDecorationType
impl Unpin for TextDecorationType
impl UnwindSafe for TextDecorationType
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