Struct libraw_sys::ph1_t[][src]

#[repr(C)]pub struct ph1_t {
    pub format: c_int,
    pub key_off: c_int,
    pub tag_21a: c_int,
    pub t_black: c_int,
    pub split_col: c_int,
    pub black_col: c_int,
    pub split_row: c_int,
    pub black_row: c_int,
    pub tag_210: f32,
}

Fields

format: c_intkey_off: c_inttag_21a: c_intt_black: c_intsplit_col: c_intblack_col: c_intsplit_row: c_intblack_row: c_inttag_210: f32

Trait Implementations

impl Clone for ph1_t[src]

impl Copy for ph1_t[src]

impl Debug for ph1_t[src]

impl PartialEq<ph1_t> for ph1_t[src]

impl StructuralPartialEq for ph1_t[src]

Auto Trait Implementations

impl Send for ph1_t[src]

impl Sync for ph1_t[src]

impl Unpin for ph1_t[src]

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.