pub enum MaskType {
Luminance,
Alpha,
}
Expand description
A mask type.
Variants§
Luminance
Indicates that the luminance values of the mask should be used.
Alpha
Indicates that the alpha values of the mask should be used.
Trait Implementations§
source§impl PartialEq for MaskType
impl PartialEq for MaskType
impl Copy for MaskType
impl StructuralPartialEq for MaskType
Auto Trait Implementations§
impl RefUnwindSafe for MaskType
impl Send for MaskType
impl Sync for MaskType
impl Unpin for MaskType
impl UnwindSafe for MaskType
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