pub struct NSIDPayload(/* private fields */);Expand description
A raw binary NSID payload
Constrained to u16::MAX bytes.
Implementations§
Source§impl NSIDPayload
impl NSIDPayload
Trait Implementations§
Source§impl AsRef<[u8]> for NSIDPayload
impl AsRef<[u8]> for NSIDPayload
Source§impl Clone for NSIDPayload
impl Clone for NSIDPayload
Source§fn clone(&self) -> NSIDPayload
fn clone(&self) -> NSIDPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NSIDPayload
impl Debug for NSIDPayload
Source§impl Hash for NSIDPayload
impl Hash for NSIDPayload
Source§impl Ord for NSIDPayload
impl Ord for NSIDPayload
Source§fn cmp(&self, other: &NSIDPayload) -> Ordering
fn cmp(&self, other: &NSIDPayload) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NSIDPayload
impl PartialEq for NSIDPayload
Source§fn eq(&self, other: &NSIDPayload) -> bool
fn eq(&self, other: &NSIDPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NSIDPayload
impl PartialOrd for NSIDPayload
Source§impl<'a> TryFrom<&'a [u8]> for NSIDPayload
impl<'a> TryFrom<&'a [u8]> for NSIDPayload
impl Eq for NSIDPayload
impl StructuralPartialEq for NSIDPayload
Auto Trait Implementations§
impl Freeze for NSIDPayload
impl RefUnwindSafe for NSIDPayload
impl Send for NSIDPayload
impl Sync for NSIDPayload
impl Unpin for NSIDPayload
impl UnsafeUnpin for NSIDPayload
impl UnwindSafe for NSIDPayload
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more