[][src]Struct bgapi::le_connection::evt::opened

pub struct opened {
    pub address: [u8; 6],
    pub address_type: u8,
    pub master: u8,
    pub connection: u8,
    pub bonding: u8,
    pub advertiser: u8,
}

Fields

address: [u8; 6]address_type: u8master: u8connection: u8bonding: u8advertiser: u8

Trait Implementations

impl PartialOrd<opened> for opened[src]

impl PartialEq<opened> for opened[src]

impl<'_> From<&'_ [u8]> for opened[src]

impl Into<Vec<u8>> for opened[src]

impl Clone for opened[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for opened[src]

Auto Trait Implementations

impl Send for opened

impl Unpin for opened

impl Sync for opened

impl UnwindSafe for opened

impl RefUnwindSafe for opened

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]