pub struct ParseBlitContext { /* private fields */ }
Expand description
Provides the ability for a parse adapter to interact with other adapters during blit operations.
Implementations§
Source§impl ParseBlitContext
impl ParseBlitContext
Auto Trait Implementations§
impl Freeze for ParseBlitContext
impl RefUnwindSafe for ParseBlitContext
impl !Send for ParseBlitContext
impl !Sync for ParseBlitContext
impl Unpin for ParseBlitContext
impl UnwindSafe for ParseBlitContext
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