#[repr(transparent)]pub struct Mrba(pub u32);Expand description
CAN Message RAM Base Address
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mrba
impl Eq for Mrba
impl StructuralPartialEq for Mrba
Auto Trait Implementations§
impl Freeze for Mrba
impl RefUnwindSafe for Mrba
impl Send for Mrba
impl Sync for Mrba
impl Unpin for Mrba
impl UnwindSafe for Mrba
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