Struct kernel::debug::DebugQueueWrapper
source · 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 !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