Docs.rs
ev3dev-lang-rust-0.11.0
ev3dev-lang-rust 0.11.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pixix4
Dependencies
ev3dev-lang-rust-derive ^0.10
normal
framebuffer ^0.2.0
normal
image ^0.23.8
normal
libc ^0.2
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait Port
Required Methods
address
Implementors
Other items in
ev3dev_lang_rust
?
Trait
ev3dev_lang_rust
::
Port
[
−
]
[src]
pub trait Port { fn
address
(&self) ->
String
; }
Expand description
EV3 ports
Required methods
[src]
fn
address
(&self) ->
String
Returns the name of the port.
Implementors
[src]
impl
Port
for
MotorPort
[src]
impl
Port
for
SensorPort