pub struct WindowRedrawRequestWindowSnapshot {
pub total_request_count: u64,
pub last_request_frame_id: u64,
pub last_request_unix_ms: Option<u64>,
pub callsites: Vec<RedrawRequestCallsiteCount>,
}Fields§
§total_request_count: u64§last_request_frame_id: u64§last_request_unix_ms: Option<u64>§callsites: Vec<RedrawRequestCallsiteCount>Trait Implementations§
Source§impl Clone for WindowRedrawRequestWindowSnapshot
impl Clone for WindowRedrawRequestWindowSnapshot
Source§fn clone(&self) -> WindowRedrawRequestWindowSnapshot
fn clone(&self) -> WindowRedrawRequestWindowSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for WindowRedrawRequestWindowSnapshot
impl Default for WindowRedrawRequestWindowSnapshot
Source§fn default() -> WindowRedrawRequestWindowSnapshot
fn default() -> WindowRedrawRequestWindowSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowRedrawRequestWindowSnapshot
impl PartialEq for WindowRedrawRequestWindowSnapshot
Source§fn eq(&self, other: &WindowRedrawRequestWindowSnapshot) -> bool
fn eq(&self, other: &WindowRedrawRequestWindowSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WindowRedrawRequestWindowSnapshot
impl StructuralPartialEq for WindowRedrawRequestWindowSnapshot
Auto Trait Implementations§
impl Freeze for WindowRedrawRequestWindowSnapshot
impl RefUnwindSafe for WindowRedrawRequestWindowSnapshot
impl Send for WindowRedrawRequestWindowSnapshot
impl Sync for WindowRedrawRequestWindowSnapshot
impl Unpin for WindowRedrawRequestWindowSnapshot
impl UnsafeUnpin for WindowRedrawRequestWindowSnapshot
impl UnwindSafe for WindowRedrawRequestWindowSnapshot
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