//! Slab Types
//! These types are typically stored in slab / slotmap that can gurantee
//! memory address would not change for example when used in ffi calls
//! which may complete asynchronously and may where the records may be
//! retained beyond the initial call.
// Accept async return stores IP + Port of accepted (new) socket
pub
pub use AcceptRec;
// Buffers are shared between the kernel and userspace and may be returned
// on Read/Recv etc. calls
pub
pub use ;
pub
pub use ;
pub
pub use ;
pub
pub use SendZcRec;