Struct swf_tree::shapes::joins::Miter
[−]
[src]
pub struct Miter { pub limit: u16, }
Fields
limit: u16
Trait Implementations
impl Debug for Miter
[src]
impl PartialEq for Miter
[src]
fn eq(&self, __arg_0: &Miter) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Miter) -> bool
This method tests for !=
.