pub enum PresetLineDash {
Solid,
Dot,
Dash,
LargeDash,
DashDot,
LargeDashDot,
LargeDashDotDot,
SystemDash,
SystemDot,
SystemDashDot,
SystemDashDotDot,
}Expand description
ST_PresetLineDashVal’s full set of 11 named dash patterns.
Variants§
Solid
Dot
Dash
LargeDash
DashDot
LargeDashDot
LargeDashDotDot
SystemDash
SystemDot
SystemDashDot
SystemDashDotDot
Trait Implementations§
Source§impl Clone for PresetLineDash
impl Clone for PresetLineDash
Source§fn clone(&self) -> PresetLineDash
fn clone(&self) -> PresetLineDash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PresetLineDash
Source§impl Debug for PresetLineDash
impl Debug for PresetLineDash
impl Eq for PresetLineDash
Source§impl PartialEq for PresetLineDash
impl PartialEq for PresetLineDash
impl StructuralPartialEq for PresetLineDash
Auto Trait Implementations§
impl Freeze for PresetLineDash
impl RefUnwindSafe for PresetLineDash
impl Send for PresetLineDash
impl Sync for PresetLineDash
impl Unpin for PresetLineDash
impl UnsafeUnpin for PresetLineDash
impl UnwindSafe for PresetLineDash
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.