[][src]Struct rustable::gatt::RemoteService

pub struct RemoteService<'a, 'b> { /* fields omitted */ }

Return type for [RemoteDevice::get_service()]. It represents a service on another device.

Trait Implementations

impl<'a, 'b: 'a, 'c: 'a> Service<'a> for RemoteService<'b, 'c>[src]

type CharType = RemoteChar<'a, 'b, 'c>

type Value = RemoteCharBase

The Value type for the Keys iterator on Service::char_uuids() Service::char_uuids(): ./trait.Service.html#method.char_uuids Read more

fn includes(&self) -> &[&Path][src]

unimplemented

fn handle(&self) -> u16[src]

unimplemented

Auto Trait Implementations

impl<'a, 'b> !RefUnwindSafe for RemoteService<'a, 'b>

impl<'a, 'b> !Send for RemoteService<'a, 'b>

impl<'a, 'b> !Sync for RemoteService<'a, 'b>

impl<'a, 'b> Unpin for RemoteService<'a, 'b> where
    'b: 'a, 

impl<'a, 'b> !UnwindSafe for RemoteService<'a, 'b>

Blanket Implementations

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

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

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

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.