Struct libraw_sys::jhead[][src]

#[repr(C)]pub struct jhead {
    pub algo: c_int,
    pub bits: c_int,
    pub high: c_int,
    pub wide: c_int,
    pub clrs: c_int,
    pub sraw: c_int,
    pub psv: c_int,
    pub restart: c_int,
    pub vpred: [c_int; 6],
    pub quant: [ushort; 64],
    pub idct: [ushort; 64],
    pub huff: [*mut ushort; 20],
    pub free: [*mut ushort; 20],
    pub row: *mut ushort,
}

Fields

algo: c_intbits: c_inthigh: c_intwide: c_intclrs: c_intsraw: c_intpsv: c_intrestart: c_intvpred: [c_int; 6]quant: [ushort; 64]idct: [ushort; 64]huff: [*mut ushort; 20]free: [*mut ushort; 20]row: *mut ushort

Trait Implementations

impl Clone for jhead[src]

impl Copy for jhead[src]

Auto Trait Implementations

impl !Send for jhead[src]

impl !Sync for jhead[src]

impl Unpin for jhead[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.