#[repr(C)]
pub struct cdio_track_index_s { pub i_start_track: u8, pub i_start_index: u8, pub i_end_track: u8, pub i_end_index: u8, }

Fields

i_start_track: u8i_start_index: u8i_end_track: u8i_end_index: u8

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.