Enum mp3_metadata::CRC [] [src]

pub enum CRC {
    Added,
    NotAdded,
}

Variants

Redundancy added.

Redundancy not added.

Trait Implementations

impl Copy for CRC
[src]

impl Clone for CRC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CRC
[src]

Formats the value using the given formatter.

impl PartialEq for CRC
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for CRC
[src]

Returns the "default value" for a type. Read more

impl From<u8> for CRC
[src]

Performs the conversion.