Struct libpng_sys::ffi::png_color_16 [] [src]

#[repr(C)]
pub struct png_color_16 { pub index: u8, pub red: u16, pub green: u16, pub blue: u16, pub gray: u16, }

Fields

Trait Implementations

impl Debug for png_color_16
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_color_16
[src]

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

impl Sync for png_color_16