Enum native_windows_gui::constants::DashStyle
[−]
[src]
pub enum DashStyle {
Solid,
Dash,
Dot,
DashDot,
DashDotDot,
}Dash style used when creating a Pen
Variants
SolidDashDotDashDotDashDotDotTrait Implementations
impl Clone for DashStyle[src]
fn clone(&self) -> DashStyle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more