pub struct SkiaSurface { /* private fields */ }Expand description
A rendering surface backed by a tiny_skia::Pixmap.
Implementations§
Source§impl SkiaSurface
impl SkiaSurface
Auto Trait Implementations§
impl Freeze for SkiaSurface
impl RefUnwindSafe for SkiaSurface
impl Send for SkiaSurface
impl Sync for SkiaSurface
impl Unpin for SkiaSurface
impl UnsafeUnpin for SkiaSurface
impl UnwindSafe for SkiaSurface
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