#[repr(C)]
pub struct cdio_mmc_request_sense { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub segment_number: u8, pub _bitfield_2: __BindgenBitfieldUnit<[u8; 1], u8>, pub information: [u8; 4], pub additional_sense_len: u8, pub command_info: [u8; 4], pub asc: u8, pub ascq: u8, pub fruc: u8, pub sks: [u8; 3], pub asb: [u8; 46], }

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>segment_number: u8_bitfield_2: __BindgenBitfieldUnit<[u8; 1], u8>information: [u8; 4]additional_sense_len: u8command_info: [u8; 4]asc: u8ascq: u8fruc: u8sks: [u8; 3]asb: [u8; 46]

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.