Struct iui::draw::StrokeParams [−][src]
pub struct StrokeParams { pub cap: LineCap, pub join: LineJoin, pub thickness: f64, pub miter_limit: f64, pub dashes: Vec<f64>, pub dash_phase: f64, }
Fields
cap: LineCap
join: LineJoin
thickness: f64
miter_limit: f64
dashes: Vec<f64>
dash_phase: f64
Methods
impl StrokeParams
[src]
impl StrokeParams
pub fn as_stroke_params_ref(&self, _ctx: &UI) -> StrokeParamsRef
[src]
pub fn as_stroke_params_ref(&self, _ctx: &UI) -> StrokeParamsRef
Trait Implementations
impl Clone for StrokeParams
[src]
impl Clone for StrokeParams
fn clone(&self) -> StrokeParams
[src]
fn clone(&self) -> StrokeParams
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for StrokeParams
[src]
impl Debug for StrokeParams
Auto Trait Implementations
impl Send for StrokeParams
impl Send for StrokeParams
impl Sync for StrokeParams
impl Sync for StrokeParams