pub struct IpStack { /* private fields */ }Implementations§
Source§impl IpStack
impl IpStack
pub fn new<Device>(config: IpStackConfig, device: Device) -> IpStack
pub async fn accept(&mut self) -> Result<IpStackStream, IpStackError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpStack
impl RefUnwindSafe for IpStack
impl Send for IpStack
impl Sync for IpStack
impl Unpin for IpStack
impl UnwindSafe for IpStack
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