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 StrokeParamspub fn as_stroke_params_ref(&self, _ctx: &UI) -> StrokeParamsRef[src]
pub fn as_stroke_params_ref(&self, _ctx: &UI) -> StrokeParamsRefTrait Implementations
impl Clone for StrokeParams[src]
impl Clone for StrokeParamsfn clone(&self) -> StrokeParams[src]
fn clone(&self) -> StrokeParamsReturns 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 StrokeParamsAuto Trait Implementations
impl Send for StrokeParams
impl Send for StrokeParamsimpl Sync for StrokeParams
impl Sync for StrokeParams