[][src]Struct jnet::ieee802154::PanId

pub struct PanId(pub u16);

PAN identifier

Methods

impl PanId[src]

pub const BROADCAST: PanId[src]

Broadcast identifier

pub fn is_broadcast(&self) -> bool[src]

Is this the broadcast address?

Trait Implementations

impl PartialEq<PanId> for PanId[src]

impl Eq for PanId[src]

impl Debug for PanId[src]

impl Display for PanId[src]

impl Copy for PanId[src]

impl Clone for PanId[src]

Auto Trait Implementations

impl Unpin for PanId

impl Send for PanId

impl Sync for PanId

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

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

type Output = T

Should always be Self