pub enum ShapeFillRuleType {
EvenOdd,
NonZero,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ShapeFillRuleType
impl AsRef<str> for ShapeFillRuleType
Source§impl Clone for ShapeFillRuleType
impl Clone for ShapeFillRuleType
Source§fn clone(&self) -> ShapeFillRuleType
fn clone(&self) -> ShapeFillRuleType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShapeFillRuleType
Source§impl Debug for ShapeFillRuleType
impl Debug for ShapeFillRuleType
Source§impl<'de> Deserialize<'de> for ShapeFillRuleType
impl<'de> Deserialize<'de> for ShapeFillRuleType
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 Display for ShapeFillRuleType
impl Display for ShapeFillRuleType
impl Eq for ShapeFillRuleType
Source§impl FromStr for ShapeFillRuleType
impl FromStr for ShapeFillRuleType
Source§impl Hash for ShapeFillRuleType
impl Hash for ShapeFillRuleType
Source§impl Ord for ShapeFillRuleType
impl Ord for ShapeFillRuleType
Source§fn cmp(&self, other: &ShapeFillRuleType) -> Ordering
fn cmp(&self, other: &ShapeFillRuleType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShapeFillRuleType
impl PartialEq for ShapeFillRuleType
Source§fn eq(&self, other: &ShapeFillRuleType) -> bool
fn eq(&self, other: &ShapeFillRuleType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ShapeFillRuleType
impl PartialOrd for ShapeFillRuleType
Source§impl Serialize for ShapeFillRuleType
impl Serialize for ShapeFillRuleType
impl StructuralPartialEq for ShapeFillRuleType
Source§impl TryFrom<&str> for ShapeFillRuleType
impl TryFrom<&str> for ShapeFillRuleType
Source§impl VariantNames for ShapeFillRuleType
impl VariantNames for ShapeFillRuleType
Auto Trait Implementations§
impl Freeze for ShapeFillRuleType
impl RefUnwindSafe for ShapeFillRuleType
impl Send for ShapeFillRuleType
impl Sync for ShapeFillRuleType
impl Unpin for ShapeFillRuleType
impl UnsafeUnpin for ShapeFillRuleType
impl UnwindSafe for ShapeFillRuleType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more