#[repr(C)]pub struct Transition {
pub parent: *const Nuclide,
pub child: *const Nuclide,
pub mode: Type,
pub branchRatio: f32,
pub products: __BindgenOpaqueArray<u64, 3usize>,
}Fields§
§parent: *const Nuclide§child: *const Nuclide§mode: Type§branchRatio: f32§products: __BindgenOpaqueArray<u64, 3usize>Implementations§
Auto Trait Implementations§
impl Freeze for Transition
impl RefUnwindSafe for Transition
impl !Send for Transition
impl !Sync for Transition
impl Unpin for Transition
impl UnwindSafe for Transition
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