Struct libcdio_sys::mmc_feature_list_header_s
source · #[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_ucharAuto Trait Implementations
impl RefUnwindSafe for mmc_feature_list_header_s
impl Send for mmc_feature_list_header_s
impl Sync for mmc_feature_list_header_s
impl Unpin for mmc_feature_list_header_s
impl UnwindSafe for mmc_feature_list_header_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more