pub struct GPSLongitudeRef;Trait Implementations§
Source§impl Clone for GPSLongitudeRef
impl Clone for GPSLongitudeRef
Source§fn clone(&self) -> GPSLongitudeRef
fn clone(&self) -> GPSLongitudeRef
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 moreSource§impl Debug for GPSLongitudeRef
impl Debug for GPSLongitudeRef
Source§impl Field for GPSLongitudeRef
impl Field for GPSLongitudeRef
impl Copy for GPSLongitudeRef
Auto Trait Implementations§
impl Freeze for GPSLongitudeRef
impl RefUnwindSafe for GPSLongitudeRef
impl Send for GPSLongitudeRef
impl Sync for GPSLongitudeRef
impl Unpin for GPSLongitudeRef
impl UnwindSafe for GPSLongitudeRef
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