pub struct WindowedRowsSurfaceWindowTelemetry {Show 15 fields
pub callsite_id: u64,
pub file: &'static str,
pub line: u32,
pub column: u32,
pub len: u64,
pub row_height: Px,
pub overscan: u64,
pub gap: Px,
pub scroll_margin: Px,
pub viewport_height: Px,
pub offset_y: Px,
pub content_height: Px,
pub visible_start: Option<u64>,
pub visible_end: Option<u64>,
pub visible_count: u64,
}Fields§
§callsite_id: u64§file: &'static str§line: u32§column: u32§len: u64§row_height: Px§overscan: u64§gap: Px§scroll_margin: Px§viewport_height: Px§offset_y: Px§content_height: Px§visible_start: Option<u64>§visible_end: Option<u64>§visible_count: u64Trait Implementations§
Source§impl Clone for WindowedRowsSurfaceWindowTelemetry
impl Clone for WindowedRowsSurfaceWindowTelemetry
Source§fn clone(&self) -> WindowedRowsSurfaceWindowTelemetry
fn clone(&self) -> WindowedRowsSurfaceWindowTelemetry
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 PartialEq for WindowedRowsSurfaceWindowTelemetry
impl PartialEq for WindowedRowsSurfaceWindowTelemetry
Source§fn eq(&self, other: &WindowedRowsSurfaceWindowTelemetry) -> bool
fn eq(&self, other: &WindowedRowsSurfaceWindowTelemetry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowedRowsSurfaceWindowTelemetry
impl StructuralPartialEq for WindowedRowsSurfaceWindowTelemetry
Auto Trait Implementations§
impl Freeze for WindowedRowsSurfaceWindowTelemetry
impl RefUnwindSafe for WindowedRowsSurfaceWindowTelemetry
impl Send for WindowedRowsSurfaceWindowTelemetry
impl Sync for WindowedRowsSurfaceWindowTelemetry
impl Unpin for WindowedRowsSurfaceWindowTelemetry
impl UnsafeUnpin for WindowedRowsSurfaceWindowTelemetry
impl UnwindSafe for WindowedRowsSurfaceWindowTelemetry
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