Enum native_windows_gui::UnderlineType [−][src]
#[repr(u8)]
pub enum UnderlineType {
None,
Solid,
Dash,
DashDot,
DashDotDot,
Dotted,
DoubleSolid,
Wave,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnderlineTypeimpl Send for UnderlineTypeimpl Sync for UnderlineTypeimpl Unpin for UnderlineTypeimpl UnwindSafe for UnderlineTypeBlanket Implementations
Mutably borrows from an owned value. Read more