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