Enum lofty::id3::v2::Id3v2Version
source · pub enum Id3v2Version {
V2,
V3,
V4,
}Expand description
The ID3v2 version
Variants§
Trait Implementations§
source§impl Clone for Id3v2Version
impl Clone for Id3v2Version
source§fn clone(&self) -> Id3v2Version
fn clone(&self) -> Id3v2Version
Returns a copy 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 Id3v2Version
impl Debug for Id3v2Version
source§impl PartialEq for Id3v2Version
impl PartialEq for Id3v2Version
source§fn eq(&self, other: &Id3v2Version) -> bool
fn eq(&self, other: &Id3v2Version) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Id3v2Version
impl Eq for Id3v2Version
impl StructuralPartialEq for Id3v2Version
Auto Trait Implementations§
impl Freeze for Id3v2Version
impl RefUnwindSafe for Id3v2Version
impl Send for Id3v2Version
impl Sync for Id3v2Version
impl Unpin for Id3v2Version
impl UnwindSafe for Id3v2Version
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