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