pub struct Dropped {
pub id: NuclideId,
pub mass: f64,
pub reason: String,
}Expand description
One nuclide the emitter could not represent.
Fields§
§id: NuclideIdNuclide that was skipped.
mass: f64Mass [g] left out of the emitted cards.
reason: StringMachine-readable reason (e.g. "no-fluka-name", "no-atomic-mass").
Trait Implementations§
impl StructuralPartialEq for Dropped
Auto Trait Implementations§
impl Freeze for Dropped
impl RefUnwindSafe for Dropped
impl Send for Dropped
impl Sync for Dropped
impl Unpin for Dropped
impl UnsafeUnpin for Dropped
impl UnwindSafe for Dropped
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