Struct freeimage::ffi::tagFIRGBA16 [−][src]
#[repr(C, packed)]pub struct tagFIRGBA16 { pub red: WORD, pub green: WORD, pub blue: WORD, pub alpha: WORD, }
64-bit RGBA
Fields
red: WORD
green: WORD
blue: WORD
alpha: WORD
Trait Implementations
impl Clone for tagFIRGBA16
[src]
impl Clone for tagFIRGBA16
[src]