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: u64

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

number: u8

Index point number.

Trait Implementations

impl Eq for CueSheetTrackIndex
[src]

impl PartialEq for CueSheetTrackIndex
[src]

fn eq(&self, __arg_0: &CueSheetTrackIndex) -> bool

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

fn ne(&self, __arg_0: &CueSheetTrackIndex) -> bool

This method tests for !=.

impl Debug for CueSheetTrackIndex
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.