Struct rlottie_sys::LOTMatteType
source · [−]#[repr(transparent)]pub struct LOTMatteType(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl LOTMatteType
impl LOTMatteType
pub const MatteNone: LOTMatteType = LOTMatteType (0)
sourceimpl LOTMatteType
impl LOTMatteType
pub const MatteAlpha: LOTMatteType = LOTMatteType (1)
sourceimpl LOTMatteType
impl LOTMatteType
pub const MatteAlphaInv: LOTMatteType = LOTMatteType (2)
sourceimpl LOTMatteType
impl LOTMatteType
pub const MatteLuma: LOTMatteType = LOTMatteType (3)
sourceimpl LOTMatteType
impl LOTMatteType
pub const MatteLumaInv: LOTMatteType = LOTMatteType (4)
Trait Implementations
sourceimpl Clone for LOTMatteType
impl Clone for LOTMatteType
sourcefn clone(&self) -> LOTMatteType
fn clone(&self) -> LOTMatteType
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 LOTMatteType
impl Debug for LOTMatteType
sourceimpl Hash for LOTMatteType
impl Hash for LOTMatteType
sourceimpl PartialEq<LOTMatteType> for LOTMatteType
impl PartialEq<LOTMatteType> for LOTMatteType
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &LOTMatteType) -> bool
fn ne(&self, other: &LOTMatteType) -> bool
This method tests for !=
.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
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.
sourcefn clone_into(&self, target: &mut T)
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