pub enum MetadataBlockType {
StreamInfo,
Padding,
Application,
SeekTable,
VorbisComment,
Cuesheet,
Picture,
Unknown(u8),
}
Variants§
Trait Implementations§
source§impl PartialEq for MetadataBlockType
impl PartialEq for MetadataBlockType
source§fn eq(&self, other: &MetadataBlockType) -> bool
fn eq(&self, other: &MetadataBlockType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MetadataBlockType
impl StructuralPartialEq for MetadataBlockType
Auto Trait Implementations§
impl RefUnwindSafe for MetadataBlockType
impl Send for MetadataBlockType
impl Sync for MetadataBlockType
impl Unpin for MetadataBlockType
impl UnwindSafe for MetadataBlockType
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