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