Enum ev3dev_lang_rust::motors::MotorPort [−][src]
pub enum MotorPort {
OutA,
OutB,
OutC,
OutD,
}EV3 ports outA to outD
Variants
EV3 outA port
EV3 outB port
EV3 outC port
EV3 outD port
Implementations
impl MotorPort[src]
impl MotorPort[src]pub fn format_name(name: &str) -> String[src]
Try to format a device name path to a port name.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MotorPort
impl RefUnwindSafe for MotorPortimpl UnwindSafe for MotorPort
impl UnwindSafe for MotorPort