Struct usvg_tree::StrokeMiterlimit
source · pub struct StrokeMiterlimit(_);
Expand description
A stroke-miterlimit
value.
Just like f64
but immutable and guarantee to be >=1.0.
Implementations§
Trait Implementations§
source§impl Clone for StrokeMiterlimit
impl Clone for StrokeMiterlimit
source§fn clone(&self) -> StrokeMiterlimit
fn clone(&self) -> StrokeMiterlimit
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more