pub struct OutgoingPDUHeader;Implementations§
Source§impl OutgoingPDUHeader
impl OutgoingPDUHeader
Sourcepub fn decode(reader: &mut PDUReader) -> Result<OutgoingPDUHeaderDecoded>
pub fn decode(reader: &mut PDUReader) -> Result<OutgoingPDUHeaderDecoded>
Decodes an outgoing PDU header.
Auto Trait Implementations§
impl Freeze for OutgoingPDUHeader
impl RefUnwindSafe for OutgoingPDUHeader
impl Send for OutgoingPDUHeader
impl Sync for OutgoingPDUHeader
impl Unpin for OutgoingPDUHeader
impl UnwindSafe for OutgoingPDUHeader
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