Trait ev3dev_lang_rust::Port[][src]

pub trait Port {
    fn address(&self) -> String;
}

EV3 ports

Required methods

fn address(&self) -> String[src]

Returns the name of the port.

Loading content...

Implementors

impl Port for MotorPort[src]

impl Port for SensorPort[src]

Loading content...