[][src]Struct cpclib_disc::edsk::TrackInformationList

pub struct TrackInformationList { /* fields omitted */ }

Methods

impl TrackInformationList[src]

pub fn to_cfg(&self, double_head: bool) -> Vec<TrackGroup>[src]

impl TrackInformationList[src]

pub fn add_empty_track(&mut self) -> &mut TrackInformation[src]

Add an empty track and return it. It is up to the caller to properly feed it

pub fn tracks_for_head(
    &self,
    head: Head
) -> impl Iterator<Item = &TrackInformation>
[src]

Returns the tracks for the given head

pub fn next_track(&self, track: &TrackInformation) -> Option<&TrackInformation>[src]

Returns the track following this one

Trait Implementations

impl Clone for TrackInformationList[src]

impl Debug for TrackInformationList[src]

impl Default for TrackInformationList[src]

impl PartialEq<TrackInformationList> for TrackInformationList[src]

impl StructuralPartialEq for TrackInformationList[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.