pub enum SoftMaskType {
Alpha,
Luminosity,
}Expand description
Soft mask type according to ISO 32000-1
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SoftMaskType
impl Clone for SoftMaskType
Source§fn clone(&self) -> SoftMaskType
fn clone(&self) -> SoftMaskType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SoftMaskType
impl Debug for SoftMaskType
Source§impl PartialEq for SoftMaskType
impl PartialEq for SoftMaskType
impl StructuralPartialEq for SoftMaskType
Auto Trait Implementations§
impl Freeze for SoftMaskType
impl RefUnwindSafe for SoftMaskType
impl Send for SoftMaskType
impl Sync for SoftMaskType
impl Unpin for SoftMaskType
impl UnsafeUnpin for SoftMaskType
impl UnwindSafe for SoftMaskType
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