[][src]Struct apache_nimble_sys::conn_params

#[repr(C, packed)]pub struct conn_params {
    pub scan_itvl: u16,
    pub scan_window: u16,
    pub conn_min_itvl: u16,
    pub conn_max_itvl: u16,
    pub conn_latency: u16,
    pub supervision_timeout: u16,
    pub min_ce: u16,
    pub max_ce: u16,
}

Fields

scan_itvl: u16scan_window: u16conn_min_itvl: u16conn_max_itvl: u16conn_latency: u16supervision_timeout: u16min_ce: u16max_ce: u16

Trait Implementations

impl Clone for conn_params[src]

impl Copy for conn_params[src]

impl Debug for conn_params[src]

Auto Trait Implementations

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.