Enum lofty::PictureType [−][src]
pub enum PictureType {
Show 22 variants
Other,
Icon,
OtherIcon,
CoverFront,
CoverBack,
Leaflet,
Media,
LeadArtist,
Artist,
Conductor,
Band,
Composer,
Lyricist,
RecordingLocation,
DuringRecording,
DuringPerformance,
ScreenCapture,
BrightFish,
Illustration,
BandLogo,
PublisherLogo,
Undefined(u8),
}Expand description
The picture type
Variants
Other
Icon
OtherIcon
CoverFront
CoverBack
Leaflet
Media
LeadArtist
Artist
Conductor
Band
Composer
Lyricist
RecordingLocation
DuringRecording
DuringPerformance
ScreenCapture
BrightFish
Illustration
BandLogo
PublisherLogo
Undefined(u8)
Tuple Fields
0: u8Implementations
Get an APE item key from a PictureType
Get a PictureType from an APE item key
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PictureType
impl Send for PictureType
impl Sync for PictureType
impl Unpin for PictureType
impl UnwindSafe for PictureType
Blanket Implementations
Mutably borrows from an owned value. Read more
