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