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