pub struct RawSourceSkeletonEvidenceV1 { /* private fields */ }Expand description
Same-load source-skeleton evidence carried beside raw rows.
Implementations§
Source§impl RawSourceSkeletonEvidenceV1
impl RawSourceSkeletonEvidenceV1
Sourcepub const fn new(
coverage: RawSceneAttachmentCoverageV1,
source_node_count: u64,
source_skin_count: u64,
) -> Self
pub const fn new( coverage: RawSceneAttachmentCoverageV1, source_node_count: u64, source_skin_count: u64, ) -> Self
Construct coverage-qualified source-skeleton cardinality evidence.
Sourcepub const fn coverage(&self) -> RawSceneAttachmentCoverageV1
pub const fn coverage(&self) -> RawSceneAttachmentCoverageV1
Source-skeleton evidence coverage.
Sourcepub const fn source_node_count(&self) -> u64
pub const fn source_node_count(&self) -> u64
Source-node rows observed by this load.
Sourcepub const fn source_skin_count(&self) -> u64
pub const fn source_skin_count(&self) -> u64
Source-skin rows observed by this load.
Trait Implementations§
Source§impl Clone for RawSourceSkeletonEvidenceV1
impl Clone for RawSourceSkeletonEvidenceV1
Source§fn clone(&self) -> RawSourceSkeletonEvidenceV1
fn clone(&self) -> RawSourceSkeletonEvidenceV1
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 moreimpl Copy for RawSourceSkeletonEvidenceV1
Source§impl Debug for RawSourceSkeletonEvidenceV1
impl Debug for RawSourceSkeletonEvidenceV1
Source§impl<'de> Deserialize<'de> for RawSourceSkeletonEvidenceV1
impl<'de> Deserialize<'de> for RawSourceSkeletonEvidenceV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RawSourceSkeletonEvidenceV1
impl StructuralPartialEq for RawSourceSkeletonEvidenceV1
Auto Trait Implementations§
impl Freeze for RawSourceSkeletonEvidenceV1
impl RefUnwindSafe for RawSourceSkeletonEvidenceV1
impl Send for RawSourceSkeletonEvidenceV1
impl Sync for RawSourceSkeletonEvidenceV1
impl Unpin for RawSourceSkeletonEvidenceV1
impl UnsafeUnpin for RawSourceSkeletonEvidenceV1
impl UnwindSafe for RawSourceSkeletonEvidenceV1
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