pub enum MaskMode {
Soft,
Hard,
}Expand description
How to mask identified regions.
Variants§
Trait Implementations§
impl Copy for MaskMode
impl Eq for MaskMode
impl StructuralPartialEq for MaskMode
Auto Trait Implementations§
impl Freeze for MaskMode
impl RefUnwindSafe for MaskMode
impl Send for MaskMode
impl Sync for MaskMode
impl Unpin for MaskMode
impl UnsafeUnpin for MaskMode
impl UnwindSafe for MaskMode
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