#[repr(C)]pub struct mpg123_fmt {
pub rate: c_long,
pub channels: c_int,
pub encoding: c_int,
}Fields§
§rate: c_long§channels: c_int§encoding: c_intTrait Implementations§
Source§impl Clone for mpg123_fmt
impl Clone for mpg123_fmt
Source§fn clone(&self) -> mpg123_fmt
fn clone(&self) -> mpg123_fmt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mpg123_fmt
Auto Trait Implementations§
impl Freeze for mpg123_fmt
impl RefUnwindSafe for mpg123_fmt
impl Send for mpg123_fmt
impl Sync for mpg123_fmt
impl Unpin for mpg123_fmt
impl UnwindSafe for mpg123_fmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more