pub struct DummyBackend;Expand description
A dummy backend that does nothing
Trait Implementations§
source§impl Backend for DummyBackend
impl Backend for DummyBackend
source§fn should_draw(&self) -> bool
fn should_draw(&self) -> bool
Can we draw to this backend, currently?
source§impl EventReader for DummyBackend
impl EventReader for DummyBackend
Auto Trait Implementations§
impl Freeze for DummyBackend
impl RefUnwindSafe for DummyBackend
impl Send for DummyBackend
impl Sync for DummyBackend
impl Unpin for DummyBackend
impl UnwindSafe for DummyBackend
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