pub struct MultiToneCertificate { /* private fields */ }Expand description
Inseparable provenance for one complete multi-tone scalar result.
Implementations§
Source§impl MultiToneCertificate
impl MultiToneCertificate
Sourcepub fn plane(&self) -> SamplingPlane
pub fn plane(&self) -> SamplingPlane
Returns the exact shared physical plane.
Sourcepub fn combination(&self) -> ToneCombination
pub fn combination(&self) -> ToneCombination
Returns the scalar combination rule.
Sourcepub fn sampling_requirements(&self) -> MultiToneSamplingRequirements
pub fn sampling_requirements(&self) -> MultiToneSamplingRequirements
Returns the highest-frequency spatial and temporal requirements.
Sourcepub fn components(&self) -> &[ToneCertificate]
pub fn components(&self) -> &[ToneCertificate]
Borrows every component’s frequency, weight, and solve evidence.
Trait Implementations§
Source§impl Clone for MultiToneCertificate
impl Clone for MultiToneCertificate
Source§fn clone(&self) -> MultiToneCertificate
fn clone(&self) -> MultiToneCertificate
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 MultiToneCertificate
impl Debug for MultiToneCertificate
Source§impl PartialEq for MultiToneCertificate
impl PartialEq for MultiToneCertificate
impl StructuralPartialEq for MultiToneCertificate
Auto Trait Implementations§
impl Freeze for MultiToneCertificate
impl RefUnwindSafe for MultiToneCertificate
impl Send for MultiToneCertificate
impl Sync for MultiToneCertificate
impl Unpin for MultiToneCertificate
impl UnsafeUnpin for MultiToneCertificate
impl UnwindSafe for MultiToneCertificate
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