Struct tiny_skia::pipeline::RasterPipeline
source · pub struct RasterPipeline {
kind: RasterPipelineKind,
pub ctx: Context,
}
Fields§
§kind: RasterPipelineKind
§ctx: Context
Implementations§
source§impl RasterPipeline
impl RasterPipeline
pub fn run( &mut self, rect: &ScreenIntRect, aa_mask_ctx: AAMaskCtx, mask_ctx: MaskCtx<'_>, pixmap_src: PixmapRef<'_>, pixmap_dst: &mut SubPixmapMut<'_>, )
Auto Trait Implementations§
impl Freeze for RasterPipeline
impl RefUnwindSafe for RasterPipeline
impl Send for RasterPipeline
impl Sync for RasterPipeline
impl Unpin for RasterPipeline
impl UnwindSafe for RasterPipeline
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