Struct arceos_api::net::AxTcpSocketHandle
source · pub struct AxTcpSocketHandle(/* private fields */);
Available on crate feature
net
only.Expand description
A handle to a TCP socket.
Auto Trait Implementations§
impl !Freeze for AxTcpSocketHandle
impl !RefUnwindSafe for AxTcpSocketHandle
impl Send for AxTcpSocketHandle
impl Sync for AxTcpSocketHandle
impl Unpin for AxTcpSocketHandle
impl UnwindSafe for AxTcpSocketHandle
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