pub enum SoftMask {
None,
Custom(String),
}Expand description
Soft mask specification for transparency
Variants§
Trait Implementations§
impl StructuralPartialEq for SoftMask
Auto Trait Implementations§
impl Freeze for SoftMask
impl RefUnwindSafe for SoftMask
impl Send for SoftMask
impl Sync for SoftMask
impl Unpin for SoftMask
impl UnwindSafe for SoftMask
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