pub struct DebugOut {}
Expand description
Quantum OS’s ‘kernel’ debug output.
This is used in the dbug!(...)
and dbugln!(...)
macros
to give a ‘println!()’ like enviroment that outputs into the
kernel’s debug device (useally the serial port).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugOut
impl RefUnwindSafe for DebugOut
impl Send for DebugOut
impl Sync for DebugOut
impl Unpin for DebugOut
impl UnwindSafe for DebugOut
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