Struct rlottie_sys::LOTFillRule
source · [−]#[repr(transparent)]pub struct LOTFillRule(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl LOTFillRule
impl LOTFillRule
pub const FillEvenOdd: LOTFillRule = LOTFillRule (0)
sourceimpl LOTFillRule
impl LOTFillRule
pub const FillWinding: LOTFillRule = LOTFillRule (1)
Trait Implementations
sourceimpl Clone for LOTFillRule
impl Clone for LOTFillRule
sourcefn clone(&self) -> LOTFillRule
fn clone(&self) -> LOTFillRule
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LOTFillRule
impl Debug for LOTFillRule
sourceimpl Hash for LOTFillRule
impl Hash for LOTFillRule
sourceimpl PartialEq<LOTFillRule> for LOTFillRule
impl PartialEq<LOTFillRule> for LOTFillRule
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &LOTFillRule) -> bool
fn ne(&self, other: &LOTFillRule) -> bool
This method tests for !=
.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more