Enum lofty::id3::v2::SyncTextContentType
source · #[repr(u8)]pub enum SyncTextContentType {
Other = 0,
Lyrics = 1,
TextTranscription = 2,
PartName = 3,
Events = 4,
Chord = 5,
Trivia = 6,
WebpageURL = 7,
ImageURL = 8,
}
Expand description
The type of text stored in a SynchronizedText
Variants§
Other = 0
Lyrics = 1
TextTranscription = 2
PartName = 3
Events = 4
Chord = 5
Trivia = 6
WebpageURL = 7
ImageURL = 8
Implementations§
Trait Implementations§
source§impl Clone for SyncTextContentType
impl Clone for SyncTextContentType
source§fn clone(&self) -> SyncTextContentType
fn clone(&self) -> SyncTextContentType
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 SyncTextContentType
impl Debug for SyncTextContentType
source§impl Hash for SyncTextContentType
impl Hash for SyncTextContentType
source§impl PartialEq for SyncTextContentType
impl PartialEq for SyncTextContentType
source§fn eq(&self, other: &SyncTextContentType) -> bool
fn eq(&self, other: &SyncTextContentType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SyncTextContentType
impl Eq for SyncTextContentType
impl StructuralEq for SyncTextContentType
impl StructuralPartialEq for SyncTextContentType
Auto Trait Implementations§
impl RefUnwindSafe for SyncTextContentType
impl Send for SyncTextContentType
impl Sync for SyncTextContentType
impl Unpin for SyncTextContentType
impl UnwindSafe for SyncTextContentType
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