pub enum OggHeaderType {
OpusHead,
OpusTags,
}Expand description
Header type classification for Opus pages
Variants§
Trait Implementations§
Source§impl Clone for OggHeaderType
impl Clone for OggHeaderType
Source§fn clone(&self) -> OggHeaderType
fn clone(&self) -> OggHeaderType
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 moreSource§impl Debug for OggHeaderType
impl Debug for OggHeaderType
Source§impl PartialEq for OggHeaderType
impl PartialEq for OggHeaderType
impl Copy for OggHeaderType
impl Eq for OggHeaderType
impl StructuralPartialEq for OggHeaderType
Auto Trait Implementations§
impl Freeze for OggHeaderType
impl RefUnwindSafe for OggHeaderType
impl Send for OggHeaderType
impl Sync for OggHeaderType
impl Unpin for OggHeaderType
impl UnwindSafe for OggHeaderType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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