pub struct InputBlitContext {}
Expand description
Provides the ability for an input adapter to interact with other adapters during blit operations.
Auto Trait Implementations§
impl Freeze for InputBlitContext
impl RefUnwindSafe for InputBlitContext
impl Send for InputBlitContext
impl Sync for InputBlitContext
impl Unpin for InputBlitContext
impl UnwindSafe for InputBlitContext
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