Struct mpg123_sys::mpg123_fmt [] [src]

#[repr(C)]
pub struct mpg123_fmt { pub rate: c_long, pub channels: c_int, pub encoding: c_int, }

Fields

Trait Implementations

impl Clone for mpg123_fmt
[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_fmt
[src]