pub enum NestedSubIdLong {
VendorSpecificNested = 8,
ChannelHopping = 9,
Unkown = 10,
}Expand description
Long Nested Information Element ID.
Variants§
VendorSpecificNested = 8
Vendor Specific Nested Information Elements.
ChannelHopping = 9
Channel Hopping.
Unkown = 10
Unnown.
Trait Implementations§
Source§impl Clone for NestedSubIdLong
impl Clone for NestedSubIdLong
Source§fn clone(&self) -> NestedSubIdLong
fn clone(&self) -> NestedSubIdLong
Returns a duplicate of the value. Read more
1.0.0 · 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 NestedSubIdLong
impl Debug for NestedSubIdLong
Source§impl Display for NestedSubIdLong
impl Display for NestedSubIdLong
Source§impl From<u8> for NestedSubIdLong
impl From<u8> for NestedSubIdLong
Source§impl PartialEq for NestedSubIdLong
impl PartialEq for NestedSubIdLong
impl Copy for NestedSubIdLong
impl Eq for NestedSubIdLong
impl StructuralPartialEq for NestedSubIdLong
Auto Trait Implementations§
impl Freeze for NestedSubIdLong
impl RefUnwindSafe for NestedSubIdLong
impl Send for NestedSubIdLong
impl Sync for NestedSubIdLong
impl Unpin for NestedSubIdLong
impl UnwindSafe for NestedSubIdLong
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