Struct UnderlineType
#[repr(transparent)]pub struct UnderlineType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 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 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