#[repr(C)]pub struct identify_data_t {
pub olympus_exif_cfa: c_uint,
pub unique_id: c_ulonglong,
pub OlyID: c_ulonglong,
pub tiff_nifds: c_uint,
pub tiff_flip: c_int,
pub metadata_blocks: c_int,
}Fields§
§olympus_exif_cfa: c_uint§unique_id: c_ulonglong§OlyID: c_ulonglong§tiff_nifds: c_uint§tiff_flip: c_int§metadata_blocks: c_intTrait Implementations§
Source§impl Clone for identify_data_t
impl Clone for identify_data_t
Source§fn clone(&self) -> identify_data_t
fn clone(&self) -> identify_data_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 identify_data_t
impl Debug for identify_data_t
Source§impl PartialEq for identify_data_t
impl PartialEq for identify_data_t
impl Copy for identify_data_t
impl Eq for identify_data_t
impl StructuralPartialEq for identify_data_t
Auto Trait Implementations§
impl Freeze for identify_data_t
impl RefUnwindSafe for identify_data_t
impl Send for identify_data_t
impl Sync for identify_data_t
impl Unpin for identify_data_t
impl UnwindSafe for identify_data_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