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