pub struct DiagnosticRecorderConfig {
pub every: usize,
pub record_iteration_history: bool,
pub record_frame_summaries: bool,
pub record_raw_stack_stats: bool,
pub record_coverage: bool,
pub record_object_snapshots: bool,
pub record_pupil_snapshots: bool,
pub snapshot_every: usize,
}Fields§
§every: usize§record_iteration_history: bool§record_frame_summaries: bool§record_raw_stack_stats: bool§record_coverage: bool§record_object_snapshots: bool§record_pupil_snapshots: bool§snapshot_every: usizeTrait Implementations§
Source§impl Clone for DiagnosticRecorderConfig
impl Clone for DiagnosticRecorderConfig
Source§fn clone(&self) -> DiagnosticRecorderConfig
fn clone(&self) -> DiagnosticRecorderConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiagnosticRecorderConfig
impl Debug for DiagnosticRecorderConfig
Auto Trait Implementations§
impl Freeze for DiagnosticRecorderConfig
impl RefUnwindSafe for DiagnosticRecorderConfig
impl Send for DiagnosticRecorderConfig
impl Sync for DiagnosticRecorderConfig
impl Unpin for DiagnosticRecorderConfig
impl UnsafeUnpin for DiagnosticRecorderConfig
impl UnwindSafe for DiagnosticRecorderConfig
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