pub struct DebugConsole {
pub console_type: Option<DebugConsoleType>,
pub iobase: Option<String>,
}Fields§
§console_type: Option<DebugConsoleType>§iobase: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for DebugConsole
impl Send for DebugConsole
impl Sync for DebugConsole
impl Unpin for DebugConsole
impl UnwindSafe for DebugConsole
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