pub struct ScanEventRing {
pub name: String,
pub ring_class: RingClass,
pub mass_mt: f32,
pub inner_rad: f32,
pub outer_rad: f32,
}
Fields§
§name: String
§ring_class: RingClass
§mass_mt: f32
§inner_rad: f32
§outer_rad: f32
Trait Implementations§
Source§impl Clone for ScanEventRing
impl Clone for ScanEventRing
Source§fn clone(&self) -> ScanEventRing
fn clone(&self) -> ScanEventRing
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScanEventRing
impl Debug for ScanEventRing
Source§impl<'de> Deserialize<'de> for ScanEventRing
impl<'de> Deserialize<'de> for ScanEventRing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScanEventRing
impl PartialEq for ScanEventRing
Source§impl Serialize for ScanEventRing
impl Serialize for ScanEventRing
impl StructuralPartialEq for ScanEventRing
Auto Trait Implementations§
impl Freeze for ScanEventRing
impl RefUnwindSafe for ScanEventRing
impl Send for ScanEventRing
impl Sync for ScanEventRing
impl Unpin for ScanEventRing
impl UnwindSafe for ScanEventRing
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