Enum ev3dev_lang_rust::motors::MotorPort
source · [−]pub enum MotorPort {
OutA,
OutB,
OutC,
OutD,
}Expand description
EV3 ports outA to outD
Variants
OutA
EV3 outA port
OutB
EV3 outB port
OutC
EV3 outC port
OutD
EV3 outD port
Implementations
Try to format a device name path to a port name.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MotorPort
impl UnwindSafe for MotorPort
Blanket Implementations
Mutably borrows from an owned value. Read more