pub struct Latitude(pub Angle);
Expand description
Tuple Fields§
§0: Angle
Trait Implementations§
Source§impl ConstrainedAngle for Latitude
impl ConstrainedAngle for Latitude
impl Copy for Latitude
Auto Trait Implementations§
impl Freeze for Latitude
impl RefUnwindSafe for Latitude
impl Send for Latitude
impl Sync for Latitude
impl Unpin for Latitude
impl UnwindSafe for Latitude
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