Struct eschers::style::Style
[−]
[src]
pub struct Style {
pub stroke_width: f64,
}The various styling options
Fields
stroke_width: f64
Width of a pen stroke
Methods
impl Style[src]
impl StyleTrait Implementations
impl Debug for Style[src]
impl Debug for Stylefn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Style[src]
impl Clone for Stylefn clone(&self) -> Style[src]
fn clone(&self) -> StyleReturns 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 Copy for Style[src]
impl Copy for Style