#[repr(transparent)]pub struct Mrdatab(pub u32);Expand description
Controller Read Data Byte
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mrdatab
impl Eq for Mrdatab
impl StructuralPartialEq for Mrdatab
Auto Trait Implementations§
impl Freeze for Mrdatab
impl RefUnwindSafe for Mrdatab
impl Send for Mrdatab
impl Sync for Mrdatab
impl Unpin for Mrdatab
impl UnwindSafe for Mrdatab
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