#[repr(transparent)]pub struct LOTMatteType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
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 duplicate 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 for LOTMatteType
impl PartialEq for LOTMatteType
impl Copy for LOTMatteType
impl Eq for LOTMatteType
impl StructuralPartialEq for LOTMatteType
Auto Trait Implementations§
impl Freeze for LOTMatteType
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