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