[][src]Struct libcdio_sys::mmc_feature_list_header_s

#[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

Trait Implementations

impl Clone for mmc_feature_list_header_s[src]

impl Copy for mmc_feature_list_header_s[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.