Struct tgaimage_sys::TGAColor [] [src]

#[repr(C)]
pub struct TGAColor { pub bgra: [c_uchar; 4], pub bytespp: c_uchar, }

Fields

Methods

impl TGAColor
[src]

Trait Implementations

impl Debug for TGAColor
[src]

Formats the value using the given formatter.

impl Copy for TGAColor
[src]

impl Clone for TGAColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more