pub struct BirthLocation {
pub lat: f64,
pub lon: f64,
}Expand description
Geographic location for chart calculations.
Fields§
§lat: f64§lon: f64Trait Implementations§
Source§impl Clone for BirthLocation
impl Clone for BirthLocation
Source§fn clone(&self) -> BirthLocation
fn clone(&self) -> BirthLocation
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BirthLocation
impl RefUnwindSafe for BirthLocation
impl Send for BirthLocation
impl Sync for BirthLocation
impl Unpin for BirthLocation
impl UnwindSafe for BirthLocation
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