Struct sw_composite::blend::Lighten
source · pub struct Lighten;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lighten
impl RefUnwindSafe for Lighten
impl Send for Lighten
impl Sync for Lighten
impl Unpin for Lighten
impl UnwindSafe for Lighten
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