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