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 more