#[repr(u32)]pub enum MPEG_mode {
STEREO = 0,
JOINT_STEREO = 1,
DUAL_CHANNEL = 2,
MONO = 3,
NOT_SET = 4,
MAX_INDICATOR = 5,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MPEG_mode
impl RefUnwindSafe for MPEG_mode
impl Send for MPEG_mode
impl Sync for MPEG_mode
impl Unpin for MPEG_mode
impl UnwindSafe for MPEG_mode
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