Enum flo_canvas::WindingRule [−][src]
pub enum WindingRule {
NonZero,
EvenOdd,
}Expand description
How a path should determine if it’s an outer edge or not
Variants
A line is an outer edge if it’s moving in the opposite direction to the ‘inner edge’ lines
Every line is an outer edge
Trait Implementations
Encodes this item by appending it to the specified string Read more
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
Auto Trait Implementations
impl RefUnwindSafe for WindingRule
impl Send for WindingRule
impl Sync for WindingRule
impl Unpin for WindingRule
impl UnwindSafe for WindingRule
Blanket Implementations
Mutably borrows from an owned value. Read more