Struct rlottie_sys::LOTFillRule
source · #[repr(transparent)]pub struct LOTFillRule(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl LOTFillRule
impl LOTFillRule
pub const FillEvenOdd: LOTFillRule = _
source§impl LOTFillRule
impl LOTFillRule
pub const FillWinding: LOTFillRule = _
Trait Implementations§
source§impl Clone for LOTFillRule
impl Clone for LOTFillRule
source§fn clone(&self) -> LOTFillRule
fn clone(&self) -> LOTFillRule
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 LOTFillRule
impl Debug for LOTFillRule
source§impl Hash for LOTFillRule
impl Hash for LOTFillRule
source§impl PartialEq<LOTFillRule> for LOTFillRule
impl PartialEq<LOTFillRule> for LOTFillRule
source§fn eq(&self, other: &LOTFillRule) -> bool
fn eq(&self, other: &LOTFillRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.