pub struct InformationElementDecoded {
pub iei: u8,
pub length: u8,
pub data: Value,
}Expand description
— Information Element —
Fields§
§iei: u8§length: u8§data: ValueTrait Implementations§
Source§impl Debug for InformationElementDecoded
impl Debug for InformationElementDecoded
impl StructuralPartialEq for InformationElementDecoded
Auto Trait Implementations§
impl Freeze for InformationElementDecoded
impl RefUnwindSafe for InformationElementDecoded
impl Send for InformationElementDecoded
impl Sync for InformationElementDecoded
impl Unpin for InformationElementDecoded
impl UnwindSafe for InformationElementDecoded
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