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