Struct libpng_sys::ffi::png_color [] [src]

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

Fields

Trait Implementations

impl Debug for png_color
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_color
[src]

impl Clone for png_color
[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

impl Sync for png_color