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