#[repr(C)]
pub struct mmc_subchannel_s { pub reserved: u8, pub audio_status: u8, pub data_length: u16, pub format: u8, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub track: u8, pub index: u8, pub abs_addr: [u8; 4], pub rel_addr: [u8; 4], }

Fields

reserved: u8audio_status: u8data_length: u16format: u8_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>track: u8index: u8abs_addr: [u8; 4]rel_addr: [u8; 4]

Implementations

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.