pub struct canvas;Expand description
HTML <canvas> element - Container for graphics rendered with JavaScript
Example:
<canvas id="myCanvas" width="200" height="100">Your browser does not support canvas</canvas>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for canvas
impl RefUnwindSafe for canvas
impl Send for canvas
impl Sync for canvas
impl Unpin for canvas
impl UnwindSafe for canvas
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