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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OggHeaderType
Source§impl Debug for OggHeaderType
impl Debug for OggHeaderType
impl Eq for OggHeaderType
Source§impl PartialEq for OggHeaderType
impl PartialEq for OggHeaderType
Source§fn eq(&self, other: &OggHeaderType) -> bool
fn eq(&self, other: &OggHeaderType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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