[][src]Struct leptess::capi::PixComp

#[repr(C)]pub struct PixComp {
    pub w: i32,
    pub h: i32,
    pub d: i32,
    pub xres: i32,
    pub yres: i32,
    pub comptype: i32,
    pub text: *mut i8,
    pub cmapflag: i32,
    pub data: *mut u8,
    pub size: u64,
}

Fields

w: i32h: i32d: i32xres: i32yres: i32comptype: i32text: *mut i8cmapflag: i32data: *mut u8size: u64

Trait Implementations

impl Clone for PixComp[src]

impl Copy for PixComp[src]

impl Debug for PixComp[src]

Auto Trait Implementations

impl RefUnwindSafe for PixComp

impl !Send for PixComp

impl !Sync for PixComp

impl Unpin for PixComp

impl UnwindSafe for PixComp

Blanket Implementations

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

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

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

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.