Struct kernel::debug::DebugQueue
source · pub struct DebugQueue { /* private fields */ }
Expand description
Queue to hold debug strings.
Implementations§
source§impl DebugQueue
impl DebugQueue
pub fn new(ring_buffer: &'static mut RingBuffer<'static, u8>) -> Self
Auto Trait Implementations§
impl !Freeze for DebugQueue
impl !RefUnwindSafe for DebugQueue
impl Send for DebugQueue
impl !Sync for DebugQueue
impl Unpin for DebugQueue
impl !UnwindSafe for DebugQueue
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