#[repr(u32)]pub enum ColorMatrixProp {
ColorMatrix = 0,
AlphaMode = 1,
ClampOutput = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ColorMatrixProp
impl Clone for ColorMatrixProp
Source§fn clone(&self) -> ColorMatrixProp
fn clone(&self) -> ColorMatrixProp
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 ColorMatrixProp
impl Debug for ColorMatrixProp
Source§impl PartialEq for ColorMatrixProp
impl PartialEq for ColorMatrixProp
impl Copy for ColorMatrixProp
impl Eq for ColorMatrixProp
impl StructuralPartialEq for ColorMatrixProp
Auto Trait Implementations§
impl Freeze for ColorMatrixProp
impl RefUnwindSafe for ColorMatrixProp
impl Send for ColorMatrixProp
impl Sync for ColorMatrixProp
impl Unpin for ColorMatrixProp
impl UnsafeUnpin for ColorMatrixProp
impl UnwindSafe for ColorMatrixProp
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