pub enum SammyObservationType {
Transmission,
TotalCrossSection,
Fission,
}Expand description
Observation type parsed from the SAMMY .inp keyword block.
Determines what physical quantity SAMMY’s Th_initial column represents:
- Transmission/TotalCrossSection → σ_total
- Fission → σ_fission
Variants§
Trait Implementations§
Source§impl Clone for SammyObservationType
impl Clone for SammyObservationType
Source§fn clone(&self) -> SammyObservationType
fn clone(&self) -> SammyObservationType
Returns a duplicate of the value. Read more
1.0.0 · 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 SammyObservationType
impl Debug for SammyObservationType
Source§impl Default for SammyObservationType
impl Default for SammyObservationType
Source§fn default() -> SammyObservationType
fn default() -> SammyObservationType
Returns the “default value” for a type. Read more
Source§impl PartialEq for SammyObservationType
impl PartialEq for SammyObservationType
impl Copy for SammyObservationType
impl StructuralPartialEq for SammyObservationType
Auto Trait Implementations§
impl Freeze for SammyObservationType
impl RefUnwindSafe for SammyObservationType
impl Send for SammyObservationType
impl Sync for SammyObservationType
impl Unpin for SammyObservationType
impl UnsafeUnpin for SammyObservationType
impl UnwindSafe for SammyObservationType
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