pub struct IoExpander {
pub pins: Vec<Rc<dyn GpioPin>>,
}
Fields§
§pins: Vec<Rc<dyn GpioPin>>
Auto Trait Implementations§
impl Freeze for IoExpander
impl !RefUnwindSafe for IoExpander
impl !Send for IoExpander
impl !Sync for IoExpander
impl Unpin for IoExpander
impl !UnwindSafe for IoExpander
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