Struct aether_lib::link::receivethread::OrderList
source · [−]pub struct OrderList { /* private fields */ }
Expand description
Data structure to facilitate ordering of incoming packets by their sequence number.
Implementations
sourceimpl OrderList
impl OrderList
Auto Trait Implementations
impl RefUnwindSafe for OrderList
impl Send for OrderList
impl Sync for OrderList
impl Unpin for OrderList
impl UnwindSafe for OrderList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more