pub enum PayloadGroupId {
Esdu = 0,
Mlme = 1,
VendorSpecific = 2,
PayloadTermination = 15,
Unknown = 16,
}Expand description
Payload Information Element ID.
Variants§
Esdu = 0
Encapsulated Service Data Unit Information Elements
Mlme = 1
MAC sublayer Management Entity Information Elements
VendorSpecific = 2
Vendor specific Nested Information Elements
PayloadTermination = 15
Payload Termination
Unknown = 16
Unknown
Trait Implementations§
Source§impl Debug for PayloadGroupId
impl Debug for PayloadGroupId
Source§impl From<&PayloadInformationElementRepr> for PayloadGroupId
impl From<&PayloadInformationElementRepr> for PayloadGroupId
Source§fn from(val: &PayloadInformationElementRepr) -> Self
fn from(val: &PayloadInformationElementRepr) -> Self
Converts to this type from the input type.
Source§impl From<u8> for PayloadGroupId
impl From<u8> for PayloadGroupId
Source§impl PartialEq for PayloadGroupId
impl PartialEq for PayloadGroupId
impl Eq for PayloadGroupId
impl StructuralPartialEq for PayloadGroupId
Auto Trait Implementations§
impl Freeze for PayloadGroupId
impl RefUnwindSafe for PayloadGroupId
impl Send for PayloadGroupId
impl Sync for PayloadGroupId
impl Unpin for PayloadGroupId
impl UnwindSafe for PayloadGroupId
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