pub struct KernelDebugLog { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl DebugLog for KernelDebugLog
impl DebugLog for KernelDebugLog
Auto Trait Implementations§
impl Freeze for KernelDebugLog
impl RefUnwindSafe for KernelDebugLog
impl Send for KernelDebugLog
impl Sync for KernelDebugLog
impl Unpin for KernelDebugLog
impl UnwindSafe for KernelDebugLog
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