pub struct PacketWindowFilter { /* private fields */ }Expand description
Packet window for checking packet_id is in the sliding window
Implementations§
Trait Implementations§
Source§impl Clone for PacketWindowFilter
impl Clone for PacketWindowFilter
Source§fn clone(&self) -> PacketWindowFilter
fn clone(&self) -> PacketWindowFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PacketWindowFilter
impl Debug for PacketWindowFilter
Auto Trait Implementations§
impl Freeze for PacketWindowFilter
impl RefUnwindSafe for PacketWindowFilter
impl Send for PacketWindowFilter
impl Sync for PacketWindowFilter
impl Unpin for PacketWindowFilter
impl UnwindSafe for PacketWindowFilter
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