pub enum VorbisHeaderType {
Identification = 1,
Comment = 3,
Setup = 5,
}Expand description
Represents the different types of Vorbis headers.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VorbisHeaderType
impl RefUnwindSafe for VorbisHeaderType
impl Send for VorbisHeaderType
impl Sync for VorbisHeaderType
impl Unpin for VorbisHeaderType
impl UnwindSafe for VorbisHeaderType
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