pub struct PropertySnapshotSummary {
pub layer_count: usize,
pub total_logical_values: usize,
}Expand description
Fields§
§layer_count: usizeNumber of validated property layers.
total_logical_values: usizeTotal logical values across layers.
Trait Implementations§
Source§impl Clone for PropertySnapshotSummary
impl Clone for PropertySnapshotSummary
Source§fn clone(&self) -> PropertySnapshotSummary
fn clone(&self) -> PropertySnapshotSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PropertySnapshotSummary
impl Debug for PropertySnapshotSummary
Source§impl PartialEq for PropertySnapshotSummary
impl PartialEq for PropertySnapshotSummary
Source§fn eq(&self, other: &PropertySnapshotSummary) -> bool
fn eq(&self, other: &PropertySnapshotSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PropertySnapshotSummary
impl StructuralPartialEq for PropertySnapshotSummary
Auto Trait Implementations§
impl Freeze for PropertySnapshotSummary
impl RefUnwindSafe for PropertySnapshotSummary
impl Send for PropertySnapshotSummary
impl Sync for PropertySnapshotSummary
impl Unpin for PropertySnapshotSummary
impl UnsafeUnpin for PropertySnapshotSummary
impl UnwindSafe for PropertySnapshotSummary
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