pub struct SoftMask<'a>(/* private fields */);Expand description
A soft mask.
Implementations§
Trait Implementations§
impl Eq for SoftMask<'_>
Auto Trait Implementations§
impl<'a> Freeze for SoftMask<'a>
impl<'a> !RefUnwindSafe for SoftMask<'a>
impl<'a> Send for SoftMask<'a>
impl<'a> Sync for SoftMask<'a>
impl<'a> Unpin for SoftMask<'a>
impl<'a> !UnwindSafe for SoftMask<'a>
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