pub struct MultiToneProjection { /* private fields */ }Expand description
A complete scalar observation of one certified multi-tone study.
Implementations§
Source§impl MultiToneProjection
impl MultiToneProjection
Sourcepub fn is_empty(&self) -> bool
pub fn is_empty(&self) -> bool
Returns whether the result contains no cells.
A valid multi-tone projection is never empty because its checked sampling plane has non-zero dimensions.
Sourcepub fn combination(&self) -> ToneCombination
pub fn combination(&self) -> ToneCombination
Returns the exact observation rule used for this result.
Sourcepub fn certificate(&self) -> &MultiToneCertificate
pub fn certificate(&self) -> &MultiToneCertificate
Borrows the set requirements and every component solve certificate.
Trait Implementations§
Source§impl Clone for MultiToneProjection
impl Clone for MultiToneProjection
Source§fn clone(&self) -> MultiToneProjection
fn clone(&self) -> MultiToneProjection
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 MultiToneProjection
impl Debug for MultiToneProjection
Source§impl PartialEq for MultiToneProjection
impl PartialEq for MultiToneProjection
impl StructuralPartialEq for MultiToneProjection
Auto Trait Implementations§
impl Freeze for MultiToneProjection
impl RefUnwindSafe for MultiToneProjection
impl Send for MultiToneProjection
impl Sync for MultiToneProjection
impl Unpin for MultiToneProjection
impl UnsafeUnpin for MultiToneProjection
impl UnwindSafe for MultiToneProjection
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