Struct libraw_sys::libraw_lensinfo_t[][src]

#[repr(C)]pub struct libraw_lensinfo_t {
    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: f32MaxFocal: f32MaxAp4MinFocal: f32MaxAp4MaxFocal: f32EXIF_MaxAp: f32LensMake: [c_char; 128]Lens: [c_char; 128]LensSerial: [c_char; 128]InternalLensSerial: [c_char; 128]FocalLengthIn35mmFormat: ushortnikon: libraw_nikonlens_tdng: libraw_dnglens_tmakernotes: libraw_makernotes_lens_t

Trait Implementations

impl Clone for libraw_lensinfo_t[src]

impl Copy for libraw_lensinfo_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.