pub enum mpg123_handle {}Auto Trait Implementations§
impl Freeze for mpg123_handle
impl RefUnwindSafe for mpg123_handle
impl Send for mpg123_handle
impl Sync for mpg123_handle
impl Unpin for mpg123_handle
impl UnwindSafe for mpg123_handle
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