pub enum ST_PresetLineDashVal {
Solid,
Dot,
SystemDot,
Dash,
SystemDash,
LargeDash,
DashDot,
SystemDashDot,
LargeDashDot,
LargeDashDotDot,
SystemDashDotDot,
}Expand description
The eleven values in ST_PresetLineDashVal.
Variants§
Solid
Dot
SystemDot
Dash
SystemDash
LargeDash
DashDot
SystemDashDot
LargeDashDot
LargeDashDotDot
SystemDashDotDot
Implementations§
Trait Implementations§
Source§impl Clone for ST_PresetLineDashVal
impl Clone for ST_PresetLineDashVal
Source§fn clone(&self) -> ST_PresetLineDashVal
fn clone(&self) -> ST_PresetLineDashVal
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 ST_PresetLineDashVal
Source§impl Debug for ST_PresetLineDashVal
impl Debug for ST_PresetLineDashVal
impl Eq for ST_PresetLineDashVal
Source§impl PartialEq for ST_PresetLineDashVal
impl PartialEq for ST_PresetLineDashVal
impl StructuralPartialEq for ST_PresetLineDashVal
Auto Trait Implementations§
impl Freeze for ST_PresetLineDashVal
impl RefUnwindSafe for ST_PresetLineDashVal
impl Send for ST_PresetLineDashVal
impl Sync for ST_PresetLineDashVal
impl Unpin for ST_PresetLineDashVal
impl UnsafeUnpin for ST_PresetLineDashVal
impl UnwindSafe for ST_PresetLineDashVal
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