pub struct ID1 { /* private fields */ }
Expand description
Message Buffer 1 ID Register
Implementations§
Auto Trait Implementations§
impl !Freeze for ID1
impl !RefUnwindSafe for ID1
impl Send for ID1
impl !Sync for ID1
impl Unpin for ID1
impl UnwindSafe for ID1
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