pub struct DummyDisplay;Expand description
Dummy headless driver used for tests.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyDisplay
impl RefUnwindSafe for DummyDisplay
impl Send for DummyDisplay
impl Sync for DummyDisplay
impl Unpin for DummyDisplay
impl UnsafeUnpin for DummyDisplay
impl UnwindSafe for DummyDisplay
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