pub struct CanvasHandle { /* private fields */ }
Implementations§
Source§impl CanvasHandle
impl CanvasHandle
pub fn is_connected(&self) -> bool
pub fn size(&self) -> CoordPair
pub fn queue<I>(&mut self, commands: I)where
I: IntoIterator<Item = Command>,
pub fn flush(&mut self) -> Result<(), FlushError>
pub fn is_blocked(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CanvasHandle
impl !RefUnwindSafe for CanvasHandle
impl Send for CanvasHandle
impl Sync for CanvasHandle
impl Unpin for CanvasHandle
impl !UnwindSafe for CanvasHandle
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