pub struct MappedPin<P, V> { /* private fields */ }Expand description
Physical pin mapped to a particular virtual pin
Implementations§
Trait Implementations§
Source§impl<V> IsConnected for MappedPin<NoPin, V>
impl<V> IsConnected for MappedPin<NoPin, V>
Source§const IS_CONNECTED: bool = false
const IS_CONNECTED: bool = false
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, C2out>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, C2out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, Ic4>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, Ic4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, Int4>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, Int4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, Oc1>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, Oc1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, Refclki>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, Refclki>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, T2ck>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, T2ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, U1tx>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, U1tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA0<MODE>, U2rts>
impl<MODE> IsConnected for MappedPin<RA0<MODE>, U2rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, C3out>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, C3out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, Ic3>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, Ic3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, Int3>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, Int3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, Oc2>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, Oc2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, Sdi1>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, Sdi1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, T3ck>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, T3ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, U1cts>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, U1cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA1<MODE>, U2rx>
impl<MODE> IsConnected for MappedPin<RA1<MODE>, U2rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Ic1>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Ic1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Ic5>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Ic5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Int2>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Int2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Oc4>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Oc4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Oc5>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Oc5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Ocfb>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Ocfb>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Refclko>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Refclko>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Sdi2>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Sdi2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, T4ck>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, T4ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, U1rx>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, U1rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA2<MODE>, U2cts>
impl<MODE> IsConnected for MappedPin<RA2<MODE>, U2cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, C1out>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, C1out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ic2>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ic2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, Int1>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, Int1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, Oc3>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, Oc3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ocfa>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ocfa>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, T5ck>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, T5ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, U1rts>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, U1rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA3<MODE>, U2tx>
impl<MODE> IsConnected for MappedPin<RA3<MODE>, U2tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Ic1>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Ic1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Ic5>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Ic5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Int2>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Int2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Oc4>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Oc4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Oc5>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Oc5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Ocfb>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Ocfb>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Refclko>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Refclko>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Sdi2>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Sdi2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, T4ck>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, T4ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, U1rx>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, U1rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RA4<MODE>, U2cts>
impl<MODE> IsConnected for MappedPin<RA4<MODE>, U2cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, C1out>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, C1out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ic2>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ic2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, Int1>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, Int1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, Oc3>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, Oc3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ocfa>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ocfa>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, T5ck>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, T5ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, U1rts>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, U1rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB0<MODE>, U2tx>
impl<MODE> IsConnected for MappedPin<RB0<MODE>, U2tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, C3out>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, C3out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, Ic3>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, Ic3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, Int3>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, Int3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, Oc2>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, Oc2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, Sdi1>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, Sdi1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, T3ck>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, T3ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, U1cts>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, U1cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB1<MODE>, U2rx>
impl<MODE> IsConnected for MappedPin<RB1<MODE>, U2rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, C1out>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, C1out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ic2>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ic2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, Int1>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, Int1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, Oc3>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, Oc3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ocfa>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ocfa>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, T5ck>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, T5ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, U1rts>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, U1rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB10<MODE>, U2tx>
impl<MODE> IsConnected for MappedPin<RB10<MODE>, U2tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, C3out>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, C3out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, Ic3>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, Ic3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, Int3>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, Int3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, Oc2>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, Oc2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, Sdi1>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, Sdi1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, T3ck>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, T3ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, U1cts>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, U1cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB11<MODE>, U2rx>
impl<MODE> IsConnected for MappedPin<RB11<MODE>, U2rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Ic1>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Ic1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Ic5>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Ic5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Int2>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Int2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Oc4>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Oc4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Oc5>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Oc5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Ocfb>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Ocfb>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Refclko>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Refclko>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Sdi2>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Sdi2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, T4ck>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, T4ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, U1rx>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, U1rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB13<MODE>, U2cts>
impl<MODE> IsConnected for MappedPin<RB13<MODE>, U2cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, C1out>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, C1out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ic2>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ic2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, Int1>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, Int1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, Oc3>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, Oc3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ocfa>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ocfa>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, T5ck>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, T5ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, U1rts>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, U1rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB14<MODE>, U2tx>
impl<MODE> IsConnected for MappedPin<RB14<MODE>, U2tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, C2out>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, C2out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, Ic4>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, Ic4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, Int4>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, Int4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, Oc1>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, Oc1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, Refclki>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, Refclki>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, T2ck>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, T2ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, U1tx>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, U1tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB15<MODE>, U2rts>
impl<MODE> IsConnected for MappedPin<RB15<MODE>, U2rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Ic1>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Ic1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Ic5>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Ic5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Int2>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Int2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Oc4>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Oc4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Oc5>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Oc5>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Ocfb>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Ocfb>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Refclko>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Refclko>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Sdi2>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Sdi2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, T4ck>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, T4ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, U1rx>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, U1rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB2<MODE>, U2cts>
impl<MODE> IsConnected for MappedPin<RB2<MODE>, U2cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, C2out>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, C2out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, Ic4>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, Ic4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, Int4>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, Int4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, Oc1>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, Oc1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, Refclki>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, Refclki>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, T2ck>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, T2ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, U1tx>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, U1tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB3<MODE>, U2rts>
impl<MODE> IsConnected for MappedPin<RB3<MODE>, U2rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, C2out>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, C2out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, Ic4>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, Ic4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, Int4>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, Int4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, Oc1>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, Oc1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, Refclki>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, Refclki>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, T2ck>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, T2ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, U1tx>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, U1tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB4<MODE>, U2rts>
impl<MODE> IsConnected for MappedPin<RB4<MODE>, U2rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, C3out>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, C3out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, Ic3>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, Ic3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, Int3>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, Int3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, Oc2>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, Oc2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, Sdi1>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, Sdi1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, T3ck>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, T3ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, U1cts>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, U1cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB5<MODE>, U2rx>
impl<MODE> IsConnected for MappedPin<RB5<MODE>, U2rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, C2out>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, C2out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, Ic4>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, Ic4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, Int4>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, Int4>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, Oc1>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, Oc1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, Refclki>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, Refclki>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, Ss1>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, Ss1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, T2ck>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, T2ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, U1tx>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, U1tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB7<MODE>, U2rts>
impl<MODE> IsConnected for MappedPin<RB7<MODE>, U2rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, C3out>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, C3out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, Ic3>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, Ic3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, Int3>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, Int3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, Oc2>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, Oc2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, Sdi1>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, Sdi1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, Sdo1>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, Sdo1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, Sdo2>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, Sdo2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, T3ck>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, T3ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, U1cts>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, U1cts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB8<MODE>, U2rx>
impl<MODE> IsConnected for MappedPin<RB8<MODE>, U2rx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, C1out>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, C1out>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ic2>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ic2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, Int1>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, Int1>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, Oc3>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, Oc3>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ocfa>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ocfa>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ss2>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, Ss2>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, T5ck>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, T5ck>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, U1rts>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, U1rts>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Source§impl<MODE> IsConnected for MappedPin<RB9<MODE>, U2tx>
impl<MODE> IsConnected for MappedPin<RB9<MODE>, U2tx>
Source§const IS_CONNECTED: bool = true
const IS_CONNECTED: bool = true
true if connected to a physical pin
fn is_connected(&self) -> bool
Auto Trait Implementations§
impl<P, V> Freeze for MappedPin<P, V>
impl<P, V> RefUnwindSafe for MappedPin<P, V>where
P: RefUnwindSafe,
V: RefUnwindSafe,
impl<P, V> Send for MappedPin<P, V>
impl<P, V> Sync for MappedPin<P, V>
impl<P, V> Unpin for MappedPin<P, V>
impl<P, V> UnwindSafe for MappedPin<P, V>where
P: UnwindSafe,
V: UnwindSafe,
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