Enum ev3dev_lang_rust::core::MotorPort[][src]

pub enum MotorPort {
    OutA,
    OutB,
    OutC,
    OutD,
}

Variants

Trait Implementations

impl Port for MotorPort
[src]

Auto Trait Implementations

impl Send for MotorPort

impl Sync for MotorPort