Struct rlottie_sys::LOTMatteType
source · #[repr(transparent)]pub struct LOTMatteType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl LOTMatteType
impl LOTMatteType
pub const MatteNone: LOTMatteType = _
source§impl LOTMatteType
impl LOTMatteType
pub const MatteAlpha: LOTMatteType = _
source§impl LOTMatteType
impl LOTMatteType
pub const MatteAlphaInv: LOTMatteType = _
source§impl LOTMatteType
impl LOTMatteType
pub const MatteLuma: LOTMatteType = _
source§impl LOTMatteType
impl LOTMatteType
pub const MatteLumaInv: LOTMatteType = _
Trait Implementations§
source§impl Clone for LOTMatteType
impl Clone for LOTMatteType
source§fn clone(&self) -> LOTMatteType
fn clone(&self) -> LOTMatteType
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 LOTMatteType
impl Debug for LOTMatteType
source§impl Hash for LOTMatteType
impl Hash for LOTMatteType
source§impl PartialEq<LOTMatteType> for LOTMatteType
impl PartialEq<LOTMatteType> for LOTMatteType
source§fn eq(&self, other: &LOTMatteType) -> bool
fn eq(&self, other: &LOTMatteType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LOTMatteType
impl Eq for LOTMatteType
impl StructuralEq for LOTMatteType
impl StructuralPartialEq for LOTMatteType
Auto Trait Implementations§
impl RefUnwindSafe for LOTMatteType
impl Send for LOTMatteType
impl Sync for LOTMatteType
impl Unpin for LOTMatteType
impl UnwindSafe for LOTMatteType
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