pub struct Console;
Expand description
Debug Console extension.
Trait Implementations§
source§impl Extension for Console
impl Extension for Console
source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id
value to pass to SBI environment.impl Copy for Console
Auto Trait Implementations§
impl RefUnwindSafe for Console
impl Send for Console
impl Sync for Console
impl Unpin for Console
impl UnwindSafe for Console
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