pub struct DeReport { /* private fields */ }
Expand description
Analysis structure for evaluating DeltaE data sets.
Created by using the Cgats::de_report
method.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeReport
impl RefUnwindSafe for DeReport
impl Send for DeReport
impl Sync for DeReport
impl Unpin for DeReport
impl UnwindSafe for DeReport
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