pub struct Debug {
pub log_level: LevelFilter,
pub print_events: bool,
pub persistent_logging: bool,
pub render_timer: bool,
pub ref_test: bool,
}
Expand description
Debugging options
Fields§
§log_level: LevelFilter
§print_events: bool
§persistent_logging: bool
Keep the log file after quitting
render_timer: bool
Should show render timer
ref_test: bool
Record ref test
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Debug
impl<'de> Deserialize<'de> for Debug
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Debug
impl Ord for Debug
Source§impl PartialOrd for Debug
impl PartialOrd for Debug
impl Copy for Debug
impl Eq for Debug
impl StructuralPartialEq for Debug
Auto Trait Implementations§
impl Freeze for Debug
impl RefUnwindSafe for Debug
impl Send for Debug
impl Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)