pub struct LayoutAllocationDebugStats {Show 27 fields
pub layout_box_count: usize,
pub layout_box_child_count: usize,
pub layout_box_child_capacity: usize,
pub layout_box_heap_bytes: usize,
pub modifier_slice_count: usize,
pub modifier_slice_heap_bytes: usize,
pub modifier_draw_command_count: usize,
pub modifier_draw_command_capacity: usize,
pub modifier_pointer_input_count: usize,
pub modifier_pointer_input_capacity: usize,
pub modifier_click_handler_count: usize,
pub modifier_click_handler_capacity: usize,
pub modifier_text_content_count: usize,
pub modifier_text_style_count: usize,
pub modifier_text_layout_options_count: usize,
pub modifier_prepared_text_layout_count: usize,
pub modifier_graphics_layer_count: usize,
pub modifier_graphics_layer_resolver_count: usize,
pub semantics_node_count: usize,
pub semantics_action_count: usize,
pub semantics_action_capacity: usize,
pub semantics_child_count: usize,
pub semantics_child_capacity: usize,
pub semantics_description_count: usize,
pub semantics_description_bytes: usize,
pub semantics_text_role_bytes: usize,
pub semantics_heap_bytes: usize,
}Fields§
§layout_box_count: usize§layout_box_child_count: usize§layout_box_child_capacity: usize§layout_box_heap_bytes: usize§modifier_slice_count: usize§modifier_slice_heap_bytes: usize§modifier_draw_command_count: usize§modifier_draw_command_capacity: usize§modifier_pointer_input_count: usize§modifier_pointer_input_capacity: usize§modifier_click_handler_count: usize§modifier_click_handler_capacity: usize§modifier_text_content_count: usize§modifier_text_style_count: usize§modifier_text_layout_options_count: usize§modifier_prepared_text_layout_count: usize§modifier_graphics_layer_count: usize§modifier_graphics_layer_resolver_count: usize§semantics_node_count: usize§semantics_action_count: usize§semantics_action_capacity: usize§semantics_child_count: usize§semantics_child_capacity: usize§semantics_description_count: usize§semantics_description_bytes: usize§semantics_text_role_bytes: usize§semantics_heap_bytes: usizeTrait Implementations§
Source§impl Clone for LayoutAllocationDebugStats
impl Clone for LayoutAllocationDebugStats
Source§fn clone(&self) -> LayoutAllocationDebugStats
fn clone(&self) -> LayoutAllocationDebugStats
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 LayoutAllocationDebugStats
impl Debug for LayoutAllocationDebugStats
Source§impl Default for LayoutAllocationDebugStats
impl Default for LayoutAllocationDebugStats
Source§fn default() -> LayoutAllocationDebugStats
fn default() -> LayoutAllocationDebugStats
Returns the “default value” for a type. Read more
impl Copy for LayoutAllocationDebugStats
impl Eq for LayoutAllocationDebugStats
impl StructuralPartialEq for LayoutAllocationDebugStats
Auto Trait Implementations§
impl Freeze for LayoutAllocationDebugStats
impl RefUnwindSafe for LayoutAllocationDebugStats
impl Send for LayoutAllocationDebugStats
impl Sync for LayoutAllocationDebugStats
impl Unpin for LayoutAllocationDebugStats
impl UnsafeUnpin for LayoutAllocationDebugStats
impl UnwindSafe for LayoutAllocationDebugStats
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