pub struct LL { /* private fields */ }Expand description
structure representing latitude and longitude
緯度経度を表す構造体
Implementations§
Trait Implementations§
Source§impl PartialOrd for LL
impl PartialOrd for LL
impl Copy for LL
impl StructuralPartialEq for LL
Auto Trait Implementations§
impl Freeze for LL
impl RefUnwindSafe for LL
impl Send for LL
impl Sync for LL
impl Unpin for LL
impl UnwindSafe for LL
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