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 ==
.