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