pub struct ElectronTriton;Expand description
Electron emission and Triton particle (B- T)
Trait Implementations§
impl DecayMode for ElectronTriton
Auto Trait Implementations§
impl Freeze for ElectronTriton
impl RefUnwindSafe for ElectronTriton
impl Send for ElectronTriton
impl Sync for ElectronTriton
impl Unpin for ElectronTriton
impl UnwindSafe for ElectronTriton
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