pub struct ModifierNodeSlicesDebugStats {Show 13 fields
pub draw_command_count: usize,
pub draw_command_capacity: usize,
pub pointer_input_count: usize,
pub pointer_input_capacity: usize,
pub click_handler_count: usize,
pub click_handler_capacity: usize,
pub has_text_content: bool,
pub has_text_style: bool,
pub has_text_layout_options: bool,
pub has_prepared_text_layout: bool,
pub has_graphics_layer: bool,
pub has_graphics_layer_resolver: bool,
pub heap_bytes: usize,
}Fields§
§draw_command_count: usize§draw_command_capacity: usize§pointer_input_count: usize§pointer_input_capacity: usize§click_handler_count: usize§click_handler_capacity: usize§has_text_content: bool§has_text_style: bool§has_text_layout_options: bool§has_prepared_text_layout: bool§has_graphics_layer: bool§has_graphics_layer_resolver: bool§heap_bytes: usizeTrait Implementations§
Source§impl Clone for ModifierNodeSlicesDebugStats
impl Clone for ModifierNodeSlicesDebugStats
Source§fn clone(&self) -> ModifierNodeSlicesDebugStats
fn clone(&self) -> ModifierNodeSlicesDebugStats
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 Debug for ModifierNodeSlicesDebugStats
impl Debug for ModifierNodeSlicesDebugStats
Source§impl Default for ModifierNodeSlicesDebugStats
impl Default for ModifierNodeSlicesDebugStats
Source§fn default() -> ModifierNodeSlicesDebugStats
fn default() -> ModifierNodeSlicesDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifierNodeSlicesDebugStats
impl PartialEq for ModifierNodeSlicesDebugStats
Source§fn eq(&self, other: &ModifierNodeSlicesDebugStats) -> bool
fn eq(&self, other: &ModifierNodeSlicesDebugStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModifierNodeSlicesDebugStats
impl Eq for ModifierNodeSlicesDebugStats
impl StructuralPartialEq for ModifierNodeSlicesDebugStats
Auto Trait Implementations§
impl Freeze for ModifierNodeSlicesDebugStats
impl RefUnwindSafe for ModifierNodeSlicesDebugStats
impl Send for ModifierNodeSlicesDebugStats
impl Sync for ModifierNodeSlicesDebugStats
impl Unpin for ModifierNodeSlicesDebugStats
impl UnsafeUnpin for ModifierNodeSlicesDebugStats
impl UnwindSafe for ModifierNodeSlicesDebugStats
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