[][src]Struct ffmpeg_dev::sys::Jpeg2000Cblk

#[repr(C)]
pub struct Jpeg2000Cblk {
    pub npasses: u8,
    pub ninclpasses: u8,
    pub nonzerobits: u8,
    pub length: u16,
    pub lengthinc: *mut u16,
    pub nb_lengthinc: u8,
    pub lblock: u8,
    pub data: *mut u8,
    pub data_allocated: usize,
    pub nb_terminations: c_int,
    pub nb_terminationsinc: c_int,
    pub data_start: *mut c_int,
    pub passes: *mut Jpeg2000Pass,
    pub coord: [[c_int; 2]; 2],
}

Fields

npasses: u8ninclpasses: u8nonzerobits: u8length: u16lengthinc: *mut u16nb_lengthinc: u8lblock: u8data: *mut u8data_allocated: usizenb_terminations: c_intnb_terminationsinc: c_intdata_start: *mut c_intpasses: *mut Jpeg2000Passcoord: [[c_int; 2]; 2]

Trait Implementations

impl Clone for Jpeg2000Cblk[src]

impl Copy for Jpeg2000Cblk[src]

impl Debug for Jpeg2000Cblk[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]