Struct mp3_metadata::Frame
[−]
[src]
pub struct Frame {
pub size: u32,
pub version: Version,
pub layer: Layer,
pub crc: CRC,
pub bitrate: u16,
pub sampling_freq: u16,
pub slot: bool,
pub private_bit: bool,
pub chan_type: ChannelType,
pub intensity_stereo: bool,
pub ms_stereo: bool,
pub copyright: Copyright,
pub status: Status,
pub emphasis: Emphasis,
pub duration: Option<Duration>,
}Fields
size: u32
version: Version
layer: Layer
crc: CRC
bitrate: u16
sampling_freq: u16
slot: bool
private_bit: bool
chan_type: ChannelType
intensity_stereo: bool
ms_stereo: bool
copyright: Copyright
status: Status
emphasis: Emphasis
duration: Option<Duration>
Trait Implementations
impl PartialEq for Frame[src]
fn eq(&self, __arg_0: &Frame) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Frame) -> bool
This method tests for !=.