pub struct ScopedPdu {
pub context_engine_id: Bytes,
pub context_name: Bytes,
pub pdu: Pdu,
}Expand description
Scoped PDU (contextEngineID + contextName + PDU).
Fields§
§context_engine_id: BytesContext engine ID (typically same as authoritative engine ID)
context_name: BytesContext name (typically empty string)
pdu: PduThe actual PDU
Implementations§
Source§impl ScopedPdu
impl ScopedPdu
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ScopedPdu
impl RefUnwindSafe for ScopedPdu
impl Send for ScopedPdu
impl Sync for ScopedPdu
impl Unpin for ScopedPdu
impl UnwindSafe for ScopedPdu
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