pub struct DecayMode {
pub mode: &'static str,
pub branching_ratio: f64,
pub daughter: Option<&'static str>,
}Fields§
§mode: &'static str§branching_ratio: f64§daughter: Option<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecayMode
impl RefUnwindSafe for DecayMode
impl Send for DecayMode
impl Sync for DecayMode
impl Unpin for DecayMode
impl UnsafeUnpin for DecayMode
impl UnwindSafe for DecayMode
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