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
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more