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