Struct microbit::hal::uarte::Pins [−][src]
pub struct Pins {
pub rxd: Pin<Input<Floating>>,
pub txd: Pin<Output<PushPull>>,
pub cts: Option<Pin<Input<Floating>>>,
pub rts: Option<Pin<Output<PushPull>>>,
}Fields
rxd: Pin<Input<Floating>>txd: Pin<Output<PushPull>>cts: Option<Pin<Input<Floating>>>rts: Option<Pin<Output<PushPull>>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pins
impl UnwindSafe for Pins
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Performs the conversion.
Performs the conversion.
Casts the value.
Casts the value.
Casts the value.
Casts the value.