Struct ev3dev_lang_rust::sensors::RemoteControl [−][src]
pub struct RemoteControl { /* fields omitted */ }
Expand description
Seeks EV3 Remote Controller in beacon mode.
Implementations
Wrap a InfraredSensor into a BeaconSeeker
Checks if red_down
button is pressed.
Checks if blue_up
button is pressed.
Checks if blue_down
button is pressed.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RemoteControl
impl !Send for RemoteControl
impl !Sync for RemoteControl
impl Unpin for RemoteControl
impl !UnwindSafe for RemoteControl
Blanket Implementations
Mutably borrows from an owned value. Read more