pub struct DecodeContext {
pub header: Option<PDUHeaderDecoded>,
pub dcs: Option<DcsDecoded>,
}Fields§
§header: Option<PDUHeaderDecoded>§dcs: Option<DcsDecoded>Trait Implementations§
Source§impl Debug for DecodeContext
impl Debug for DecodeContext
Source§impl Default for DecodeContext
impl Default for DecodeContext
Source§fn default() -> DecodeContext
fn default() -> DecodeContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodeContext
impl RefUnwindSafe for DecodeContext
impl Send for DecodeContext
impl Sync for DecodeContext
impl Unpin for DecodeContext
impl UnwindSafe for DecodeContext
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