#[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_uchar§length_1sb: c_uchar§length_2sb: c_uchar§length_lsb: c_uchar§reserved1: c_uchar§reserved2: c_uchar§profile_msb: c_uchar§profile_lsb: c_ucharTrait Implementations§
Source§impl Clone for mmc_feature_list_header_s
impl Clone for mmc_feature_list_header_s
Source§fn clone(&self) -> mmc_feature_list_header_s
fn clone(&self) -> mmc_feature_list_header_s
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mmc_feature_list_header_s
impl Debug for mmc_feature_list_header_s
impl Copy for mmc_feature_list_header_s
Auto Trait Implementations§
impl Freeze for mmc_feature_list_header_s
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more