Struct lorawan::DevNonce [] [src]

pub struct DevNonce<'a>(_);

DevNonce represents a 16 bit device nonce.

Methods

impl<'a> DevNonce<'a>
[src]

Trait Implementations

impl<'a> Debug for DevNonce<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for DevNonce<'a>
[src]

[src]

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

[src]

This method tests for !=.