[][src]Trait ev3dev_lang_rust::Port

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

EV3 ports

Required methods

fn address(&self) -> String

Returns the name of the port.

Loading content...

Implementors

impl Port for MotorPort[src]

impl Port for SensorPort[src]

Loading content...