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