Struct tgaimage_sys::TGAImage [] [src]

#[repr(C)]
pub struct TGAImage { pub data: *mut c_uchar, pub width: c_int, pub height: c_int, pub bytespp: c_int, }

Fields

Methods

impl TGAImage
[src]

Trait Implementations

impl Debug for TGAImage
[src]

Formats the value using the given formatter.