Struct FencePoint
pub struct FencePoint {
    pub latitude: f64,
    pub longitude: f64,
}Fields§
§latitude: f64§longitude: f64Auto Trait Implementations§
impl Freeze for FencePoint
impl RefUnwindSafe for FencePoint
impl Send for FencePoint
impl Sync for FencePoint
impl Unpin for FencePoint
impl UnwindSafe for FencePoint
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