Struct de_net::connection::dispatch::ConnDispatchHandler
source · struct ConnDispatchHandler {
resends: Resends,
package_ids: PackageIdRange,
}
Fields§
§resends: Resends
§package_ids: PackageIdRange
Implementations§
source§impl ConnDispatchHandler
impl ConnDispatchHandler
fn new() -> Self
fn next_package_id(&mut self) -> PackageId
Trait Implementations§
source§impl Connection for ConnDispatchHandler
impl Connection for ConnDispatchHandler
Auto Trait Implementations§
impl Freeze for ConnDispatchHandler
impl RefUnwindSafe for ConnDispatchHandler
impl Send for ConnDispatchHandler
impl Sync for ConnDispatchHandler
impl Unpin for ConnDispatchHandler
impl UnwindSafe for ConnDispatchHandler
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