[][src]Struct ffmpeg_dev::sys::Jpeg2000Band

#[repr(C)]
pub struct Jpeg2000Band {
    pub coord: [[c_int; 2]; 2],
    pub log2_cblk_width: u16,
    pub log2_cblk_height: u16,
    pub i_stepsize: c_int,
    pub f_stepsize: f32,
    pub prec: *mut Jpeg2000Prec,
}

Fields

coord: [[c_int; 2]; 2]log2_cblk_width: u16log2_cblk_height: u16i_stepsize: c_intf_stepsize: f32prec: *mut Jpeg2000Prec

Trait Implementations

impl Clone for Jpeg2000Band[src]

impl Copy for Jpeg2000Band[src]

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