pub struct Frame {
Show 17 fields pub size: u32, pub version: Version, pub layer: Layer, pub crc: CRC, pub bitrate: u16, pub sampling_freq: u16, pub padding: 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>, pub position: Duration, pub offset: u32,
}

Fields

size: u32version: Versionlayer: Layercrc: CRCbitrate: u16sampling_freq: u16padding: boolprivate_bit: boolchan_type: ChannelTypeintensity_stereo: boolms_stereo: boolcopyright: Copyrightstatus: Statusemphasis: Emphasisduration: Option<Duration>position: Durationoffset: u32

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.