[][src]Struct openthread_sys::otBackboneRouterConfig

#[repr(C)]pub struct otBackboneRouterConfig {
    pub mServer16: u16,
    pub mReregistrationDelay: u16,
    pub mMlrTimeout: u32,
    pub mSequenceNumber: u8,
}

This structure represents Backbone Router configuration.

Fields

mServer16: u16

< Only used when get Primary Backbone Router information in the Thread Network

mReregistrationDelay: u16

< Reregistration Delay (in seconds)

mMlrTimeout: u32

< Multicast Listener Registration Timeout (in seconds)

mSequenceNumber: u8

< Sequence Number

Trait Implementations

impl Clone for otBackboneRouterConfig[src]

impl Copy for otBackboneRouterConfig[src]

impl Debug for otBackboneRouterConfig[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.