[−][src]Struct lorawan_encoding::parser::AppNonce
AppNonce represents a 24 bit network server nonce.
Implementations
impl<T: AsRef<[u8]>> AppNonce<T>[src]
impl<T: AsRef<[u8]>> AppNonce<T>[src]
Trait Implementations
impl<T: AsRef<[u8]>> AsRef<[u8]> for AppNonce<T>[src]
impl<T: AsRef<[u8]> + Clone> Clone for AppNonce<T>[src]
pub fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: AsRef<[u8]> + Copy> Copy for AppNonce<T>[src]
impl<T: Debug + AsRef<[u8]>> Debug for AppNonce<T>[src]
impl<T: AsRef<[u8]> + Default> Default for AppNonce<T>[src]
impl<T: Eq + AsRef<[u8]>> Eq for AppNonce<T>[src]
impl<'a> From<&'a [u8; 3]> for AppNonce<&'a [u8; 3]>[src]
impl<T: AsRef<[u8]>> Hash for AppNonce<T>[src]
pub fn hash<H: Hasher>(&self, state: &mut H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<T: AsRef<[u8]>, V: AsRef<[u8]>> PartialEq<AppNonce<T>> for AppNonce<V>[src]
pub fn eq(&self, other: &AppNonce<T>) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: AsRef<[u8]>> StructuralEq for AppNonce<T>[src]
impl<T: AsRef<[u8]>> ToString for AppNonce<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for AppNonce<T> where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Send for AppNonce<T> where
T: Send, [src]
T: Send,
impl<T> Sync for AppNonce<T> where
T: Sync, [src]
T: Sync,
impl<T> Unpin for AppNonce<T> where
T: Unpin, [src]
T: Unpin,
impl<T> UnwindSafe for AppNonce<T> where
T: UnwindSafe, [src]
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,