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