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