[][src]Struct leptess::capi::L_Compressed_Data

#[repr(C)]
pub struct L_Compressed_Data {
    pub type_: l_int32,
    pub datacomp: *mut l_uint8,
    pub nbytescomp: usize,
    pub data85: *mut c_char,
    pub nbytes85: usize,
    pub cmapdata85: *mut c_char,
    pub cmapdatahex: *mut c_char,
    pub ncolors: l_int32,
    pub w: l_int32,
    pub h: l_int32,
    pub bps: l_int32,
    pub spp: l_int32,
    pub minisblack: l_int32,
    pub predictor: l_int32,
    pub nbytes: usize,
    pub res: l_int32,
}

Fields

type_: l_int32datacomp: *mut l_uint8nbytescomp: usizedata85: *mut c_charnbytes85: usizecmapdata85: *mut c_charcmapdatahex: *mut c_charncolors: l_int32w: l_int32h: l_int32bps: l_int32spp: l_int32minisblack: l_int32predictor: l_int32nbytes: usizeres: l_int32

Trait Implementations

impl Copy for L_Compressed_Data[src]

impl Clone for L_Compressed_Data[src]

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

Performs copy-assignment from source. Read more

impl Debug for L_Compressed_Data[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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]