Struct libpng_sys::ffi::png_text [] [src]

#[repr(C)]
pub struct png_text { pub compression: c_int, pub key: *mut c_char, pub text: *mut c_char, pub text_length: usize, pub itxt_length: usize, pub lang: *mut c_char, pub lang_key: *mut c_char, }

Fields

Trait Implementations

impl Debug for png_text
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_text
[src]

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

impl !Sync for png_text