pub struct Gpiob;
Expand description
GPIO port GPIOB (type state)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gpiob
impl RefUnwindSafe for Gpiob
impl Send for Gpiob
impl Sync for Gpiob
impl Unpin for Gpiob
impl UnwindSafe for Gpiob
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