pub enum PresetLineDashValues {
Dash,
DashDot,
Dot,
LargeDash,
LargeDashDot,
LargeDashDotDot,
Solid,
SystemDash,
SystemDashDot,
SystemDashDotDot,
SystemDot,
}Variants§
Dash
DashDot
Dot
LargeDash
LargeDashDot
LargeDashDotDot
Solid
SystemDash
SystemDashDot
SystemDashDotDot
SystemDot
Trait Implementations§
Source§impl Clone for PresetLineDashValues
impl Clone for PresetLineDashValues
Source§fn clone(&self) -> PresetLineDashValues
fn clone(&self) -> PresetLineDashValues
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 PresetLineDashValues
impl Debug for PresetLineDashValues
Source§impl Default for PresetLineDashValues
impl Default for PresetLineDashValues
Source§impl EnumTrait for PresetLineDashValues
impl EnumTrait for PresetLineDashValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for PresetLineDashValues
impl RefUnwindSafe for PresetLineDashValues
impl Send for PresetLineDashValues
impl Sync for PresetLineDashValues
impl Unpin for PresetLineDashValues
impl UnwindSafe for PresetLineDashValues
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