pub struct CompositionPassDebugStats {
pub commands_len: usize,
pub commands_cap: usize,
pub command_payload_len_bytes: usize,
pub command_payload_cap_bytes: usize,
pub sync_children_len: usize,
pub sync_children_cap: usize,
pub sync_child_ids_len: usize,
pub sync_child_ids_cap: usize,
pub side_effects_len: usize,
pub side_effects_cap: usize,
}Fields§
§commands_len: usize§commands_cap: usize§command_payload_len_bytes: usize§command_payload_cap_bytes: usize§sync_children_len: usize§sync_children_cap: usize§sync_child_ids_len: usize§sync_child_ids_cap: usize§side_effects_len: usize§side_effects_cap: usizeTrait Implementations§
Source§impl Clone for CompositionPassDebugStats
impl Clone for CompositionPassDebugStats
Source§fn clone(&self) -> CompositionPassDebugStats
fn clone(&self) -> CompositionPassDebugStats
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 CompositionPassDebugStats
impl Debug for CompositionPassDebugStats
Source§impl Default for CompositionPassDebugStats
impl Default for CompositionPassDebugStats
Source§fn default() -> CompositionPassDebugStats
fn default() -> CompositionPassDebugStats
Returns the “default value” for a type. Read more
impl Copy for CompositionPassDebugStats
impl Eq for CompositionPassDebugStats
impl StructuralPartialEq for CompositionPassDebugStats
Auto Trait Implementations§
impl Freeze for CompositionPassDebugStats
impl RefUnwindSafe for CompositionPassDebugStats
impl Send for CompositionPassDebugStats
impl Sync for CompositionPassDebugStats
impl Unpin for CompositionPassDebugStats
impl UnsafeUnpin for CompositionPassDebugStats
impl UnwindSafe for CompositionPassDebugStats
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