[][src]Struct ufo_rs::drones::jjrc::h61::Driver

pub struct Driver { /* fields omitted */ }

UFO controls of the JJRC H61 foldable drone

Methods

impl Driver[src]

pub fn new() -> Self[src]

Create a new driver and binds to default IP

pub fn request_photo(&mut self) -> Result<(), Box<dyn Error>>[src]

pub fn request_video(&mut self) -> Result<(), Box<dyn Error>>[src]

pub fn read(&mut self) -> Result<Vec<u8>, Box<dyn Error>>[src]

pub fn connect(&mut self) -> Result<(), Box<dyn Error>>[src]

Connect to drone

Trait Implementations

impl Calibrate for Driver[src]

impl Stop for Driver[src]

impl Hover for Driver[src]

impl Movement for Driver[src]

impl FlightControl for Driver[src]

Auto Trait Implementations

impl Send for Driver

impl Sync for Driver

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]