pub enum Code {
Mcnp,
Serpent,
Fluka,
Alara,
Partisn,
}Expand description
One of the five supported transport-code dialects.
Variants§
Mcnp
MCNP m<number> material card.
Serpent
Serpent mat <name> <-density> material card.
Fluka
FLUKA COMPOUND card.
Alara
ALARA mixture block.
Partisn
PARTISN single-zone deck.
Implementations§
Trait Implementations§
impl Copy for Code
impl Eq for Code
impl StructuralPartialEq for Code
Auto Trait Implementations§
impl Freeze for Code
impl RefUnwindSafe for Code
impl Send for Code
impl Sync for Code
impl Unpin for Code
impl UnsafeUnpin for Code
impl UnwindSafe for Code
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