pub struct ScalarProjection { /* private fields */ }Expand description
A complete row-major scalar projection and its inseparable provenance.
Implementations§
Source§impl ScalarProjection
impl ScalarProjection
Sourcepub fn samples(&self) -> &[ScalarSample]
pub fn samples(&self) -> &[ScalarSample]
Returns the row-major scalar or masked samples.
Sourcepub fn certificate(&self) -> ProjectionCertificate
pub fn certificate(&self) -> ProjectionCertificate
Returns the immutable projection evidence.
Trait Implementations§
Source§impl Clone for ScalarProjection
impl Clone for ScalarProjection
Source§fn clone(&self) -> ScalarProjection
fn clone(&self) -> ScalarProjection
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 ScalarProjection
impl Debug for ScalarProjection
Source§impl PartialEq for ScalarProjection
impl PartialEq for ScalarProjection
impl StructuralPartialEq for ScalarProjection
Auto Trait Implementations§
impl Freeze for ScalarProjection
impl RefUnwindSafe for ScalarProjection
impl Send for ScalarProjection
impl Sync for ScalarProjection
impl Unpin for ScalarProjection
impl UnsafeUnpin for ScalarProjection
impl UnwindSafe for ScalarProjection
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