pub enum AtmosphereDensity {
Thick,
Normal,
Thin,
}
Variants§
Trait Implementations§
Source§impl Clone for AtmosphereDensity
impl Clone for AtmosphereDensity
Source§fn clone(&self) -> AtmosphereDensity
fn clone(&self) -> AtmosphereDensity
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 AtmosphereDensity
impl Debug for AtmosphereDensity
Source§impl PartialEq for AtmosphereDensity
impl PartialEq for AtmosphereDensity
Source§impl Serialize for AtmosphereDensity
impl Serialize for AtmosphereDensity
impl StructuralPartialEq for AtmosphereDensity
Auto Trait Implementations§
impl Freeze for AtmosphereDensity
impl RefUnwindSafe for AtmosphereDensity
impl Send for AtmosphereDensity
impl Sync for AtmosphereDensity
impl Unpin for AtmosphereDensity
impl UnwindSafe for AtmosphereDensity
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