Struct flac::metadata::CueSheetTrackIndex [] [src]

pub struct CueSheetTrackIndex {
    pub offset: u64,
    pub number: u8,
}

An index point within a track, inside of a cue sheet.

Fields

Offset, in samples, relative to the track offset of the index point.

Index point number.

Methods

impl CueSheetTrackIndex
[src]

Trait Implementations

impl Debug for CueSheetTrackIndex
[src]

Formats the value using the given formatter.

impl PartialEq for CueSheetTrackIndex
[src]

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

This method tests for !=.

impl Eq for CueSheetTrackIndex
[src]