#[repr(C)]
pub struct mmc_feature_list_header_s { pub length_msb: c_uchar, pub length_1sb: c_uchar, pub length_2sb: c_uchar, pub length_lsb: c_uchar, pub reserved1: c_uchar, pub reserved2: c_uchar, pub profile_msb: c_uchar, pub profile_lsb: c_uchar, }

Fields

length_msb: c_ucharlength_1sb: c_ucharlength_2sb: c_ucharlength_lsb: c_ucharreserved1: c_ucharreserved2: c_ucharprofile_msb: c_ucharprofile_lsb: c_uchar

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.