[][src]Struct remote_hal::local::Client

pub struct Client { /* fields omitted */ }

Fake client impl for connecting to local devices

Methods

impl Client[src]

pub fn new() -> impl Future<Item = Client, Error = Error>[src]

Create a new local client instance

Trait Implementations

impl Manager for Client[src]

type Spi = Spi

type Pin = Pin

type I2c = I2c

fn spi(
    &mut self,
    path: &str,
    baud: u32,
    mode: SpiMode
) -> Box<dyn Future<Item = Spi, Error = Error> + Send>
[src]

Connect to a new Spi instance

fn pin(
    &mut self,
    path: &str,
    mode: PinMode
) -> Box<dyn Future<Item = Pin, Error = Error> + Send>
[src]

Connect to a new Pin instance

fn i2c(
    &mut self,
    path: &str
) -> Box<dyn Future<Item = I2c, Error = Error> + Send>
[src]

Connect to a new I2c instance

Auto Trait Implementations

impl Send for Client

impl Sync for Client

Blanket Implementations

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

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

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