pub enum LossClass {
Lossless,
DetectorIntegration,
}Expand description
Whether the projection preserves every source sample or integrates detail.
Variants§
Lossless
Source and target cells correspond one-to-one.
DetectorIntegration
Multiple source samples may contribute to one detector cell.
Trait Implementations§
impl Copy for LossClass
impl Eq for LossClass
impl StructuralPartialEq for LossClass
Auto Trait Implementations§
impl Freeze for LossClass
impl RefUnwindSafe for LossClass
impl Send for LossClass
impl Sync for LossClass
impl Unpin for LossClass
impl UnsafeUnpin for LossClass
impl UnwindSafe for LossClass
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