pub struct InformationElement;Implementations§
Source§impl InformationElement
impl InformationElement
pub fn decode(reader: &mut PDUReader) -> Result<InformationElementDecoded>
Auto Trait Implementations§
impl Freeze for InformationElement
impl RefUnwindSafe for InformationElement
impl Send for InformationElement
impl Sync for InformationElement
impl Unpin for InformationElement
impl UnwindSafe for InformationElement
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