#[repr(C)]pub struct libraw_gps_info_t {
pub latitude: [f32; 3],
pub longitude: [f32; 3],
pub gpstimestamp: [f32; 3],
pub altitude: f32,
pub altref: c_char,
pub latref: c_char,
pub longref: c_char,
pub gpsstatus: c_char,
pub gpsparsed: c_char,
}Fields§
§latitude: [f32; 3]§longitude: [f32; 3]§gpstimestamp: [f32; 3]§altitude: f32§altref: c_char§latref: c_char§longref: c_char§gpsstatus: c_char§gpsparsed: c_charTrait Implementations§
Source§impl Clone for libraw_gps_info_t
impl Clone for libraw_gps_info_t
Source§fn clone(&self) -> libraw_gps_info_t
fn clone(&self) -> libraw_gps_info_t
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 libraw_gps_info_t
impl Debug for libraw_gps_info_t
Source§impl PartialEq for libraw_gps_info_t
impl PartialEq for libraw_gps_info_t
impl Copy for libraw_gps_info_t
impl StructuralPartialEq for libraw_gps_info_t
Auto Trait Implementations§
impl Freeze for libraw_gps_info_t
impl RefUnwindSafe for libraw_gps_info_t
impl Send for libraw_gps_info_t
impl Sync for libraw_gps_info_t
impl Unpin for libraw_gps_info_t
impl UnwindSafe for libraw_gps_info_t
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