Struct mpg123_sys::mpg123_picture [] [src]

#[repr(C)]
pub struct mpg123_picture { pub _type: c_char, pub description: mpg123_string, pub mime_type: mpg123_string, pub size: size_t, pub data: *mut c_uchar, }

Fields

Trait Implementations

impl Clone for mpg123_picture
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for mpg123_picture
[src]