#[repr(C)]pub struct RadParticle {
pub type_: Type,
pub energy: f32,
pub intensity: f32,
pub hindrance: f32,
pub logFT: f32,
pub forbiddenness: Type,
pub coincidences: __BindgenOpaqueArray<u64, 3usize>,
}Fields§
§type_: Type§energy: f32§intensity: f32§hindrance: f32§logFT: f32§forbiddenness: Type§coincidences: __BindgenOpaqueArray<u64, 3usize>Implementations§
Auto Trait Implementations§
impl Freeze for RadParticle
impl RefUnwindSafe for RadParticle
impl Send for RadParticle
impl Sync for RadParticle
impl Unpin for RadParticle
impl UnwindSafe for RadParticle
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