Enum ev3dev_lang_rust::sensors::SensorPort [−][src]
pub enum SensorPort {
In1,
In2,
In3,
In4,
}
Expand description
EV3 ports in1
to in4
Variants
In1
EV3 in1
port
In2
EV3 in2
port
In3
EV3 in3
port
In4
EV3 in4
port
Implementations
Try to format a device name path to a port name.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SensorPort
impl Send for SensorPort
impl Sync for SensorPort
impl Unpin for SensorPort
impl UnwindSafe for SensorPort
Blanket Implementations
Mutably borrows from an owned value. Read more