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