pub struct RDATAR { /* private fields */ }Expand description
data register for the regular channel
Implementations§
Auto Trait Implementations§
impl !Freeze for RDATAR
impl !RefUnwindSafe for RDATAR
impl Send for RDATAR
impl !Sync for RDATAR
impl Unpin for RDATAR
impl UnwindSafe for RDATAR
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