Struct libpng_sys::ffi::png_sPLT_entry [] [src]

#[repr(C)]
pub struct png_sPLT_entry { pub red: u16, pub green: u16, pub blue: u16, pub alpha: u16, pub frequency: u16, }

Fields

Trait Implementations

impl Debug for png_sPLT_entry
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_sPLT_entry
[src]

impl Clone for png_sPLT_entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations