#[repr(C)]pub enum mpg123_text_encoding {
mpg123_text_unknown = 0,
mpg123_text_utf8 = 1,
mpg123_text_latin1 = 2,
mpg123_text_icy = 3,
mpg123_text_cp1252 = 4,
mpg123_text_utf16 = 5,
mpg123_text_utf16bom = 6,
mpg123_text_utf16be = 7,
}Variants§
mpg123_text_unknown = 0
mpg123_text_utf8 = 1
mpg123_text_latin1 = 2
mpg123_text_icy = 3
mpg123_text_cp1252 = 4
mpg123_text_utf16 = 5
mpg123_text_utf16bom = 6
mpg123_text_utf16be = 7
Trait Implementations§
Source§impl Clone for mpg123_text_encoding
impl Clone for mpg123_text_encoding
Source§fn clone(&self) -> mpg123_text_encoding
fn clone(&self) -> mpg123_text_encoding
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_text_encoding
Auto Trait Implementations§
impl Freeze for mpg123_text_encoding
impl RefUnwindSafe for mpg123_text_encoding
impl Send for mpg123_text_encoding
impl Sync for mpg123_text_encoding
impl Unpin for mpg123_text_encoding
impl UnwindSafe for mpg123_text_encoding
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