pub enum PassBlend {
Over,
Add,
Replace,
}Variants§
Trait Implementations§
impl Copy for PassBlend
impl Eq for PassBlend
impl StructuralPartialEq for PassBlend
Auto Trait Implementations§
impl Freeze for PassBlend
impl RefUnwindSafe for PassBlend
impl Send for PassBlend
impl Sync for PassBlend
impl Unpin for PassBlend
impl UnsafeUnpin for PassBlend
impl UnwindSafe for PassBlend
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