Expand description
The publicly available information for a GPIO chip.
Fields
name: String
The system name for the chip, such as “gpiochip0”.
label: String
A functional name for the chip.
This typically identifies the type of GPIO chip.
num_lines: u32
The number of lines provided by the chip.
Trait Implementations
impl Eq for Info
impl StructuralEq for Info
impl StructuralPartialEq for Info
Auto Trait Implementations
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more