Struct lorawan::NwkAddr [] [src]

pub struct NwkAddr(pub [u8; 3]);

NwkAddr represents a 24 bit network address.

Trait Implementations

impl Debug for NwkAddr
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NwkAddr
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.