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