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