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