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