pub struct WindowCommandDispatchDiagnosticsStore { /* private fields */ }Implementations§
Source§impl WindowCommandDispatchDiagnosticsStore
impl WindowCommandDispatchDiagnosticsStore
pub fn record(&mut self, decision: CommandDispatchDecisionV1)
pub fn decisions_for_frame( &self, window: AppWindowId, frame_id: FrameId, max_entries: usize, ) -> Vec<CommandDispatchDecisionV1>
pub fn snapshot_since( &self, window: AppWindowId, since_seq: u64, max_entries: usize, ) -> Vec<CommandDispatchDecisionV1>
Trait Implementations§
Source§impl Default for WindowCommandDispatchDiagnosticsStore
impl Default for WindowCommandDispatchDiagnosticsStore
Source§fn default() -> WindowCommandDispatchDiagnosticsStore
fn default() -> WindowCommandDispatchDiagnosticsStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowCommandDispatchDiagnosticsStore
impl RefUnwindSafe for WindowCommandDispatchDiagnosticsStore
impl Send for WindowCommandDispatchDiagnosticsStore
impl Sync for WindowCommandDispatchDiagnosticsStore
impl Unpin for WindowCommandDispatchDiagnosticsStore
impl UnsafeUnpin for WindowCommandDispatchDiagnosticsStore
impl UnwindSafe for WindowCommandDispatchDiagnosticsStore
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