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