Struct rlottie_sys::LOTMaskType
source · [−]#[repr(transparent)]pub struct LOTMaskType(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl LOTMaskType
impl LOTMaskType
pub const MaskAdd: LOTMaskType
sourceimpl LOTMaskType
impl LOTMaskType
pub const MaskSubstract: LOTMaskType
sourceimpl LOTMaskType
impl LOTMaskType
pub const MaskIntersect: LOTMaskType
sourceimpl LOTMaskType
impl LOTMaskType
pub const MaskDifference: LOTMaskType
Trait Implementations
sourceimpl Clone for LOTMaskType
impl Clone for LOTMaskType
sourcefn clone(&self) -> LOTMaskType
fn clone(&self) -> LOTMaskType
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 LOTMaskType
impl Debug for LOTMaskType
sourceimpl Hash for LOTMaskType
impl Hash for LOTMaskType
sourceimpl PartialEq<LOTMaskType> for LOTMaskType
impl PartialEq<LOTMaskType> for LOTMaskType
sourcefn eq(&self, other: &LOTMaskType) -> bool
fn eq(&self, other: &LOTMaskType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LOTMaskType) -> bool
fn ne(&self, other: &LOTMaskType) -> bool
This method tests for !=
.
impl Copy for LOTMaskType
impl Eq for LOTMaskType
impl StructuralEq for LOTMaskType
impl StructuralPartialEq for LOTMaskType
Auto Trait Implementations
impl RefUnwindSafe for LOTMaskType
impl Send for LOTMaskType
impl Sync for LOTMaskType
impl Unpin for LOTMaskType
impl UnwindSafe for LOTMaskType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub 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.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub 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