pub struct Secgpio { /* private fields */ }Expand description
General Purpose I/O (GPIO)
Implementations§
Trait Implementations§
impl Copy for Secgpio
impl Eq for Secgpio
impl Send for Secgpio
impl StructuralPartialEq for Secgpio
impl Sync for Secgpio
Auto Trait Implementations§
impl Freeze for Secgpio
impl RefUnwindSafe for Secgpio
impl Unpin for Secgpio
impl UnwindSafe for Secgpio
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