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