pub enum MpegLayer {
NotDefined,
Layer1,
Layer2,
Layer3,
}Variants§
Trait Implementations§
impl Copy for MpegLayer
impl Eq for MpegLayer
impl StructuralPartialEq for MpegLayer
Auto Trait Implementations§
impl Freeze for MpegLayer
impl RefUnwindSafe for MpegLayer
impl Send for MpegLayer
impl Sync for MpegLayer
impl Unpin for MpegLayer
impl UnwindSafe for MpegLayer
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