pub struct RasterPipeline {
kind: RasterPipelineKind,
pub ctx: Context,
}Fields§
§kind: RasterPipelineKind§ctx: ContextImplementations§
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 UnsafeUnpin 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