[][src]Struct pyportal::pins::Sets

pub struct Sets {
    pub port: Port,
    pub display: Display,
    pub d13: Pb23<Input<Floating>>,
    pub neopixel: Pb22<Input<Floating>>,
    pub esp: Esp,
    pub light: Pa7<Input<Floating>>,
    pub i2c: I2C,
    pub sd: SdCard,
    pub speaker: Speaker,
    pub spi: Spi,
    pub stemma: Stemma,
    pub touchscreen: Touchscreen,
    pub esp_uart: EspUart,
}

Fields

port: Portdisplay: Displayd13: Pb23<Input<Floating>>neopixel: Pb22<Input<Floating>>esp: Esplight: Pa7<Input<Floating>>i2c: I2Csd: SdCardspeaker: Speakerspi: Spistemma: Stemmatouchscreen: Touchscreenesp_uart: EspUart

Auto Trait Implementations

impl Send for Sets

impl Sync for Sets

impl Unpin for Sets

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.