[][src]Struct ffmpeg_dev::sys::JLSState

#[repr(C)]
pub struct JLSState {
    pub T1: c_int,
    pub T2: c_int,
    pub T3: c_int,
    pub A: [c_int; 367],
    pub B: [c_int; 367],
    pub C: [c_int; 365],
    pub N: [c_int; 367],
    pub limit: c_int,
    pub reset: c_int,
    pub bpp: c_int,
    pub qbpp: c_int,
    pub maxval: c_int,
    pub range: c_int,
    pub near: c_int,
    pub twonear: c_int,
    pub run_index: [c_int; 4],
}

Fields

T1: c_intT2: c_intT3: c_intA: [c_int; 367]B: [c_int; 367]C: [c_int; 365]N: [c_int; 367]limit: c_intreset: c_intbpp: c_intqbpp: c_intmaxval: c_intrange: c_intnear: c_inttwonear: c_intrun_index: [c_int; 4]

Trait Implementations

impl Clone for JLSState[src]

impl Copy for JLSState[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

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.

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

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

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