Struct glifparser::glif::mfek::VWSContour
source · pub struct VWSContour {
pub handles: Vec<VWSHandle>,
pub join_type: JoinType,
pub cap_start_type: CapType,
pub cap_end_type: CapType,
pub remove_internal: bool,
pub remove_external: bool,
}Fields§
§handles: Vec<VWSHandle>§join_type: JoinType§cap_start_type: CapType§cap_end_type: CapType§remove_internal: bool§remove_external: boolTrait Implementations§
source§impl Clone for VWSContour
impl Clone for VWSContour
source§fn clone(&self) -> VWSContour
fn clone(&self) -> VWSContour
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 moresource§impl Debug for VWSContour
impl Debug for VWSContour
source§impl<'de> Deserialize<'de> for VWSContour
impl<'de> Deserialize<'de> for VWSContour
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<VWSContour> for VWSContour
impl PartialEq<VWSContour> for VWSContour
source§fn eq(&self, other: &VWSContour) -> bool
fn eq(&self, other: &VWSContour) -> bool
This method tests for
self and other values to be equal, and is used
by ==.