Struct UnderlineType
#[repr(transparent)]pub struct UnderlineType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl UnderlineType
impl UnderlineType
pub const Undefined: Self
pub const None: Self
pub const Single: Self
pub const Words: Self
pub const Double: Self
pub const Dotted: Self
pub const Dash: Self
pub const DashDot: Self
pub const DashDotDot: Self
pub const Wave: Self
pub const Thick: Self
pub const Thin: Self
pub const DoubleWave: Self
pub const HeavyWave: Self
pub const LongDash: Self
pub const ThickDash: Self
pub const ThickDashDot: Self
pub const ThickDashDotDot: Self
pub const ThickDotted: Self
pub const ThickLongDash: Self
Trait Implementations§
§impl Clone for UnderlineType
impl Clone for UnderlineType
§fn clone(&self) -> UnderlineType
fn clone(&self) -> UnderlineType
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 more§impl Debug for UnderlineType
impl Debug for UnderlineType
§impl Default for UnderlineType
impl Default for UnderlineType
§fn default() -> UnderlineType
fn default() -> UnderlineType
Returns the “default value” for a type. Read more
§impl PartialEq for UnderlineType
impl PartialEq for UnderlineType
impl Copy for UnderlineType
impl Eq for UnderlineType
impl StructuralPartialEq for UnderlineType
Auto Trait Implementations§
impl Freeze for UnderlineType
impl RefUnwindSafe for UnderlineType
impl Send for UnderlineType
impl Sync for UnderlineType
impl Unpin for UnderlineType
impl UnwindSafe for UnderlineType
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