Struct libpng_sys::ffi::png_sPLT [] [src]

#[repr(C)]
pub struct png_sPLT { pub name: *mut c_char, pub depth: u8, pub entries: *mut png_sPLT_entry, pub nentries: i32, }

Fields

Trait Implementations

impl Debug for png_sPLT
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_sPLT
[src]

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

impl !Sync for png_sPLT