pub struct INT { /* private fields */ }Expand description
INT peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for INT
impl RefUnwindSafe for INT
impl !Sync for INT
impl Unpin for INT
impl UnwindSafe for INT
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