Struct libraw_sys::libraw_samsung_makernotes_t[][src]

#[repr(C)]pub struct libraw_samsung_makernotes_t {
    pub ImageSizeFull: [c_uint; 4],
    pub ImageSizeCrop: [c_uint; 4],
    pub ColorSpace: [c_int; 2],
    pub key: [c_uint; 11],
    pub DigitalGain: f64,
    pub DeviceType: c_int,
    pub LensFirmware: [c_char; 32],
}

Fields

ImageSizeFull: [c_uint; 4]ImageSizeCrop: [c_uint; 4]ColorSpace: [c_int; 2]key: [c_uint; 11]DigitalGain: f64DeviceType: c_intLensFirmware: [c_char; 32]

Trait Implementations

impl Clone for libraw_samsung_makernotes_t[src]

impl Copy for libraw_samsung_makernotes_t[src]

impl Debug for libraw_samsung_makernotes_t[src]

impl PartialEq<libraw_samsung_makernotes_t> for libraw_samsung_makernotes_t[src]

impl StructuralPartialEq for libraw_samsung_makernotes_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.