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