Struct mpg123_sys::mpg123_text [] [src]

#[repr(C)]
pub struct mpg123_text { pub lang: [c_char; 3], pub id: [c_char; 4], pub description: mpg123_string, pub text: mpg123_string, }

Fields

Trait Implementations

impl Clone for mpg123_text
[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_text
[src]