pub struct Rej { /* private fields */ }
Expand description
REJ - Reject (4.3.2.3, page 21)
Unclear why this is even needed. Couldn’t RR with NR older than last sent be equally eager to retransmit?
Trait Implementations§
impl StructuralPartialEq for Rej
Auto Trait Implementations§
impl Freeze for Rej
impl RefUnwindSafe for Rej
impl Send for Rej
impl Sync for Rej
impl Unpin for Rej
impl UnwindSafe for Rej
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