pub enum PictureType {
Show 21 variants
Other = 0,
Png32x32 = 1,
GeneralFileIcon = 2,
FrontCover = 3,
BackCover = 4,
LinerNotes = 5,
MediaLabel = 6,
LeadArtist = 7,
Artist = 8,
Conductor = 9,
Band = 10,
Composer = 11,
Lyricist = 12,
RecordingLocation = 13,
DuringRecording = 14,
DuringPerformance = 15,
ScreenCapture = 16,
Fish = 17,
Illustration = 18,
BandLogo = 19,
PublisherLogo = 20,
}Expand description
Defined variants of PICTURE type
Variants§
Other = 0
Other
Png32x32 = 1
PNG file icon of 32x32 pixels
GeneralFileIcon = 2
General file icon
FrontCover = 3
Front cover
BackCover = 4
Back cover
LinerNotes = 5
Liner notes page
MediaLabel = 6
Media label (e.g., CD, Vinyl or Cassette label)
LeadArtist = 7
Lead artist, lead performer, or soloist
Artist = 8
Artist or performer
Conductor = 9
Conductor
Band = 10
Band or orchestra
Composer = 11
Composer
Lyricist = 12
Lyricist or text writer
RecordingLocation = 13
Recording location
DuringRecording = 14
During recording
DuringPerformance = 15
During performance
ScreenCapture = 16
Movie or video screen capture
Fish = 17
A bright colored fish
Illustration = 18
Illustration
BandLogo = 19
Band or artist logotype
PublisherLogo = 20
Publisher or studio logotype
Trait Implementations§
Source§impl Clone for PictureType
impl Clone for PictureType
Source§fn clone(&self) -> PictureType
fn clone(&self) -> PictureType
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 PictureType
impl Debug for PictureType
Source§impl Display for PictureType
impl Display for PictureType
Source§impl FromBitStream for PictureType
impl FromBitStream for PictureType
Source§impl PartialEq for PictureType
impl PartialEq for PictureType
Source§impl ToBitStream for PictureType
impl ToBitStream for PictureType
impl Copy for PictureType
impl Eq for PictureType
impl StructuralPartialEq for PictureType
Auto Trait Implementations§
impl Freeze for PictureType
impl RefUnwindSafe for PictureType
impl Send for PictureType
impl Sync for PictureType
impl Unpin for PictureType
impl UnwindSafe for PictureType
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