[][src]Struct ffmpeg_dev::sys::Jpeg2000CodingStyle

#[repr(C)]
pub struct Jpeg2000CodingStyle {
    pub nreslevels: c_int,
    pub nreslevels2decode: c_int,
    pub log2_cblk_width: u8,
    pub log2_cblk_height: u8,
    pub transform: u8,
    pub csty: u8,
    pub nlayers: u8,
    pub mct: u8,
    pub cblk_style: u8,
    pub prog_order: u8,
    pub log2_prec_widths: [u8; 34],
    pub log2_prec_heights: [u8; 34],
}

Fields

nreslevels: c_intnreslevels2decode: c_intlog2_cblk_width: u8log2_cblk_height: u8transform: u8csty: u8nlayers: u8mct: u8cblk_style: u8prog_order: u8log2_prec_widths: [u8; 34]log2_prec_heights: [u8; 34]

Trait Implementations

impl Clone for Jpeg2000CodingStyle[src]

impl Copy for Jpeg2000CodingStyle[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]