Enum mp4ameta::AdvisoryRating [−][src]
pub enum AdvisoryRating {
Clean,
Inoffensive,
Explicit(u8),
}An enum describing the rating of a file stored in the rtng atom.
Variants
An advisory rating stored as 2 in the rtng atom.
An advisory rating stored as 0 in the rtng atom.
Explicit(u8)An advisory rating indicated by any other value than 0 or 2 in the rtng atom, containing
the value.
Implementations
impl AdvisoryRating[src]
impl AdvisoryRating[src]Trait Implementations
impl Clone for AdvisoryRating[src]
impl Clone for AdvisoryRating[src]fn clone(&self) -> AdvisoryRating[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AdvisoryRating[src]
impl Copy for AdvisoryRating[src]impl Eq for AdvisoryRating[src]
impl Eq for AdvisoryRating[src]impl PartialEq<AdvisoryRating> for AdvisoryRating[src]
impl PartialEq<AdvisoryRating> for AdvisoryRating[src]fn eq(&self, other: &AdvisoryRating) -> bool[src]
fn ne(&self, other: &AdvisoryRating) -> bool[src]
impl StructuralEq for AdvisoryRating[src]
impl StructuralEq for AdvisoryRating[src]impl StructuralPartialEq for AdvisoryRating[src]
impl StructuralPartialEq for AdvisoryRating[src]Auto Trait Implementations
impl RefUnwindSafe for AdvisoryRating
impl RefUnwindSafe for AdvisoryRatingimpl Send for AdvisoryRating
impl Send for AdvisoryRatingimpl Sync for AdvisoryRating
impl Sync for AdvisoryRatingimpl Unpin for AdvisoryRating
impl Unpin for AdvisoryRatingimpl UnwindSafe for AdvisoryRating
impl UnwindSafe for AdvisoryRating