Enum MotorPort
ev3dev_lang_rust::core
pub enum MotorPort { OutA, OutB, OutC, OutD, }
OutA
OutB
OutC
OutD
impl Port for MotorPort
fn address(&self) -> String
impl Send for MotorPort
impl Sync for MotorPort