pub enum PresetDashType {
Solid,
Dot,
Dash,
LargeDash,
LargeDashDot,
LargeDashDotDot,
SystemDot,
SystemDash,
SystemDashDot,
SystemDashDotDot,
}
Variants§
Solid
Dot
Dash
LargeDash
LargeDashDot
LargeDashDotDot
SystemDot
SystemDash
SystemDashDot
SystemDashDotDot
Trait Implementations§
Source§impl Clone for PresetDashType
impl Clone for PresetDashType
Source§fn clone(&self) -> PresetDashType
fn clone(&self) -> PresetDashType
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 moreSource§impl Debug for PresetDashType
impl Debug for PresetDashType
Source§impl Default for PresetDashType
impl Default for PresetDashType
Source§fn default() -> PresetDashType
fn default() -> PresetDashType
Returns the “default value” for a type. Read more
Source§impl Display for PresetDashType
impl Display for PresetDashType
Auto Trait Implementations§
impl Freeze for PresetDashType
impl RefUnwindSafe for PresetDashType
impl Send for PresetDashType
impl Sync for PresetDashType
impl Unpin for PresetDashType
impl UnwindSafe for PresetDashType
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