pub struct Dynamic { /* private fields */ }Expand description
Marks a GPIO pin as being run-time configurable for in/output Initial direction is Output
This type is used as a type parameter of GpioPin. Please refer to
the documentation there to see how this type is used.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dynamic
impl RefUnwindSafe for Dynamic
impl Send for Dynamic
impl Sync for Dynamic
impl Unpin for Dynamic
impl UnwindSafe for Dynamic
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