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 ==
.impl Copy for LOTFillRule
impl Eq for LOTFillRule
impl StructuralEq for LOTFillRule
impl StructuralPartialEq for LOTFillRule
Auto Trait Implementations§
impl RefUnwindSafe for LOTFillRule
impl Send for LOTFillRule
impl Sync for LOTFillRule
impl Unpin for LOTFillRule
impl UnwindSafe for LOTFillRule
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