Struct libraw_sys::libraw_shootinginfo_t[][src]

#[repr(C)]pub struct libraw_shootinginfo_t {
    pub DriveMode: c_short,
    pub FocusMode: c_short,
    pub MeteringMode: c_short,
    pub AFPoint: c_short,
    pub ExposureMode: c_short,
    pub ExposureProgram: c_short,
    pub ImageStabilization: c_short,
    pub BodySerial: [c_char; 64],
    pub InternalBodySerial: [c_char; 64],
}

Fields

DriveMode: c_shortFocusMode: c_shortMeteringMode: c_shortAFPoint: c_shortExposureMode: c_shortExposureProgram: c_shortImageStabilization: c_shortBodySerial: [c_char; 64]InternalBodySerial: [c_char; 64]

Trait Implementations

impl Clone for libraw_shootinginfo_t[src]

impl Copy for libraw_shootinginfo_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.