pub struct DebugConsoleConfig {
pub max_entries: usize,
}Expand description
Configuration for the debug console.
Fields§
§max_entries: usizeMaximum number of entries to retain.
Auto Trait Implementations§
impl Freeze for DebugConsoleConfig
impl RefUnwindSafe for DebugConsoleConfig
impl Send for DebugConsoleConfig
impl Sync for DebugConsoleConfig
impl Unpin for DebugConsoleConfig
impl UnsafeUnpin for DebugConsoleConfig
impl UnwindSafe for DebugConsoleConfig
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