Struct mpg123_sys::mpg123_string [] [src]

#[repr(C)]
pub struct mpg123_string { pub p: *mut c_char, pub size: size_t, pub fill: size_t, }

Fields

Trait Implementations

impl Clone for mpg123_string
[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_string
[src]