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 more