Enum aztro_core::Body
source · #[repr(i32)]pub enum Body {
Show 22 variants
EclipticNutation = -1,
Sun = 0,
Moon = 1,
Mercury = 2,
Venus = 3,
Mars = 4,
Jupiter = 5,
Saturn = 6,
Uranus = 7,
Neptune = 8,
Pluto = 9,
MeanNode = 10,
TrueNode = 11,
MeanLunarApogee = 12,
OsculatingLunarApogee = 13,
Earth = 14,
Chiron = 15,
Pholus = 16,
Ceres = 17,
Pallas = 18,
Juno = 19,
Vesta = 20,
}Variants§
EclipticNutation = -1
Sun = 0
Moon = 1
Mercury = 2
Venus = 3
Mars = 4
Jupiter = 5
Saturn = 6
Uranus = 7
Neptune = 8
Pluto = 9
MeanNode = 10
TrueNode = 11
MeanLunarApogee = 12
OsculatingLunarApogee = 13
Earth = 14
Chiron = 15
Pholus = 16
Ceres = 17
Pallas = 18
Juno = 19
Vesta = 20
Trait Implementations§
source§impl<'de> Deserialize<'de> for Body
impl<'de> Deserialize<'de> for Body
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
impl Copy for Body
impl Eq for Body
impl StructuralPartialEq for Body
Auto Trait Implementations§
impl Freeze for Body
impl RefUnwindSafe for Body
impl Send for Body
impl Sync for Body
impl Unpin for Body
impl UnwindSafe for Body
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)