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