pub enum EndfLibrary {
EndfB8_0,
EndfB8_1,
Jeff3_3,
Jendl5,
}Expand description
ENDF evaluated nuclear data libraries.
Variants§
EndfB8_0
ENDF/B-VIII.0 (default, well-tested).
EndfB8_1
ENDF/B-VIII.1 (latest release, Aug 2024).
Jeff3_3
JEFF-3.3 (European library).
Jendl5
JENDL-5 (Japanese library).
Trait Implementations§
Source§impl Clone for EndfLibrary
impl Clone for EndfLibrary
Source§fn clone(&self) -> EndfLibrary
fn clone(&self) -> EndfLibrary
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 EndfLibrary
impl Debug for EndfLibrary
Source§impl PartialEq for EndfLibrary
impl PartialEq for EndfLibrary
impl Copy for EndfLibrary
impl Eq for EndfLibrary
impl StructuralPartialEq for EndfLibrary
Auto Trait Implementations§
impl Freeze for EndfLibrary
impl RefUnwindSafe for EndfLibrary
impl Send for EndfLibrary
impl Sync for EndfLibrary
impl Unpin for EndfLibrary
impl UnwindSafe for EndfLibrary
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.