#[repr(C)]pub struct libraw_lensinfo_t {Show 13 fields
pub MinFocal: f32,
pub MaxFocal: f32,
pub MaxAp4MinFocal: f32,
pub MaxAp4MaxFocal: f32,
pub EXIF_MaxAp: f32,
pub LensMake: [c_char; 128],
pub Lens: [c_char; 128],
pub LensSerial: [c_char; 128],
pub InternalLensSerial: [c_char; 128],
pub FocalLengthIn35mmFormat: ushort,
pub nikon: libraw_nikonlens_t,
pub dng: libraw_dnglens_t,
pub makernotes: libraw_makernotes_lens_t,
}Fields§
§MinFocal: f32§MaxFocal: f32§MaxAp4MinFocal: f32§MaxAp4MaxFocal: f32§EXIF_MaxAp: f32§LensMake: [c_char; 128]§Lens: [c_char; 128]§LensSerial: [c_char; 128]§InternalLensSerial: [c_char; 128]§FocalLengthIn35mmFormat: ushort§nikon: libraw_nikonlens_t§dng: libraw_dnglens_t§makernotes: libraw_makernotes_lens_tTrait Implementations§
Source§impl Clone for libraw_lensinfo_t
impl Clone for libraw_lensinfo_t
Source§fn clone(&self) -> libraw_lensinfo_t
fn clone(&self) -> libraw_lensinfo_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 libraw_lensinfo_t
Auto Trait Implementations§
impl Freeze for libraw_lensinfo_t
impl RefUnwindSafe for libraw_lensinfo_t
impl Send for libraw_lensinfo_t
impl Sync for libraw_lensinfo_t
impl Unpin for libraw_lensinfo_t
impl UnwindSafe for libraw_lensinfo_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