#[repr(C)]pub struct tiff_ifd_t {Show 32 fields
pub t_width: c_int,
pub t_height: c_int,
pub bps: c_int,
pub comp: c_int,
pub phint: c_int,
pub offset: c_int,
pub t_flip: c_int,
pub samples: c_int,
pub bytes: c_int,
pub extrasamples: c_int,
pub t_tile_width: c_int,
pub t_tile_length: c_int,
pub sample_format: c_int,
pub predictor: c_int,
pub rows_per_strip: c_int,
pub strip_offsets: *mut c_int,
pub strip_offsets_count: c_int,
pub strip_byte_counts: *mut c_int,
pub strip_byte_counts_count: c_int,
pub t_filters: c_uint,
pub t_vwidth: c_int,
pub t_vheight: c_int,
pub t_lm: c_int,
pub t_tm: c_int,
pub t_fuji_width: c_int,
pub t_shutter: f32,
pub opcode2_offset: INT64,
pub lineartable_offset: INT64,
pub lineartable_len: c_int,
pub dng_color: [libraw_dng_color_t; 2],
pub dng_levels: libraw_dng_levels_t,
pub newsubfiletype: c_int,
}Fields§
§t_width: c_int§t_height: c_int§bps: c_int§comp: c_int§phint: c_int§offset: c_int§t_flip: c_int§samples: c_int§bytes: c_int§extrasamples: c_int§t_tile_width: c_int§t_tile_length: c_int§sample_format: c_int§predictor: c_int§rows_per_strip: c_int§strip_offsets: *mut c_int§strip_offsets_count: c_int§strip_byte_counts: *mut c_int§strip_byte_counts_count: c_int§t_filters: c_uint§t_vwidth: c_int§t_vheight: c_int§t_lm: c_int§t_tm: c_int§t_fuji_width: c_int§t_shutter: f32§opcode2_offset: INT64§lineartable_offset: INT64§lineartable_len: c_int§dng_color: [libraw_dng_color_t; 2]§dng_levels: libraw_dng_levels_t§newsubfiletype: c_intTrait Implementations§
Source§impl Clone for tiff_ifd_t
impl Clone for tiff_ifd_t
Source§fn clone(&self) -> tiff_ifd_t
fn clone(&self) -> tiff_ifd_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 moreimpl Copy for tiff_ifd_t
Auto Trait Implementations§
impl Freeze for tiff_ifd_t
impl RefUnwindSafe for tiff_ifd_t
impl !Send for tiff_ifd_t
impl !Sync for tiff_ifd_t
impl Unpin for tiff_ifd_t
impl UnwindSafe for tiff_ifd_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