Struct rlottie_sys::LOTMaskType
source · #[repr(transparent)]pub struct LOTMaskType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl LOTMaskType
impl LOTMaskType
pub const MaskAdd: LOTMaskType = _
source§impl LOTMaskType
impl LOTMaskType
pub const MaskSubstract: LOTMaskType = _
source§impl LOTMaskType
impl LOTMaskType
pub const MaskIntersect: LOTMaskType = _
source§impl LOTMaskType
impl LOTMaskType
pub const MaskDifference: LOTMaskType = _
Trait Implementations§
source§impl Clone for LOTMaskType
impl Clone for LOTMaskType
source§fn clone(&self) -> LOTMaskType
fn clone(&self) -> LOTMaskType
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 LOTMaskType
impl Debug for LOTMaskType
source§impl Hash for LOTMaskType
impl Hash for LOTMaskType
source§impl PartialEq<LOTMaskType> for LOTMaskType
impl PartialEq<LOTMaskType> for LOTMaskType
source§fn 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 ==
.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§
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