[][src]Struct openjpeg2_sys::opj_packet_info

#[repr(C)]
pub struct opj_packet_info {
    pub start_pos: OPJ_OFF_T,
    pub end_ph_pos: OPJ_OFF_T,
    pub end_pos: OPJ_OFF_T,
    pub disto: f64,
}

Index structure : Information concerning a packet inside tile

Fields

start_pos: OPJ_OFF_T

packet start position (including SOP marker if it exists)

end_ph_pos: OPJ_OFF_T

end of packet header position (including EPH marker if it exists)

end_pos: OPJ_OFF_T

packet end position

disto: f64

packet distorsion

Trait Implementations

impl Clone for opj_packet_info[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for opj_packet_info[src]

impl Debug for opj_packet_info[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 = 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.

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

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

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