pub struct BackgroundPainter { /* private fields */ }Implementations§
Source§impl BackgroundPainter
impl BackgroundPainter
pub fn new( canvas_height: f64, canvas_width: f64, context: Rc<RefCell<CanvasRenderingContext2d>>, fill_style_str: &str, ) -> BackgroundPainter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackgroundPainter
impl !RefUnwindSafe for BackgroundPainter
impl !Send for BackgroundPainter
impl !Sync for BackgroundPainter
impl Unpin for BackgroundPainter
impl !UnwindSafe for BackgroundPainter
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