pub struct DebugQueueWrapper { /* private fields */ }
Expand description
Wrapper type that we need a mutable reference to for the
core::fmt::Write
interface.
Implementations§
Source§impl DebugQueueWrapper
impl DebugQueueWrapper
pub fn new(dw: &'static DebugQueue) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DebugQueueWrapper
impl !RefUnwindSafe for DebugQueueWrapper
impl !Send for DebugQueueWrapper
impl !Sync for DebugQueueWrapper
impl Unpin for DebugQueueWrapper
impl !UnwindSafe for DebugQueueWrapper
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