pub struct DegMinSec(pub Sign, pub u32, pub u32, pub f64);
Expand description
Sexagesimal Degree
Tuple Fields§
§0: Sign
Sign of angle
1: u32
Degrees
2: u32
Arc minutes
3: f64
Arc seconds
Implementations§
Trait Implementations§
impl StructuralPartialEq for DegMinSec
Auto Trait Implementations§
impl Freeze for DegMinSec
impl RefUnwindSafe for DegMinSec
impl Send for DegMinSec
impl Sync for DegMinSec
impl Unpin for DegMinSec
impl UnwindSafe for DegMinSec
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