Struct libpng_sys::ffi::png_color_8 [] [src]

#[repr(C)]
pub struct png_color_8 { pub red: u8, pub green: u8, pub blue: u8, pub gray: u8, pub alpha: u8, }

Fields

Trait Implementations

impl Debug for png_color_8
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_color_8
[src]

impl Clone for png_color_8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for png_color_8

impl Sync for png_color_8