Docs.rs
psp-net-0.6.6
psp-net 0.6.6
Permalink
Docs.rs crate page
Links
crates.io
Source
Owners
lorenzofelletti
Dependencies
base64 ^0.22
normal
bitflags ^2.9.0
normal
dns-protocol ^0.1.1
normal
embedded-io ^0.6.1
normal
embedded-tls ^0.17.0
normal
httparse ^1.10.1
normal
optional
lazy_static ^1.5.0
normal
psp ^0.3.12
normal
optional
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
regex ^1.11
normal
thiserror ^2.0.12
normal
Versions
75.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
psp_net
0.6.6
Socket
State
Implementors
In psp_
net::
socket::
state
psp_net
::
socket
::
state
Trait
SocketState
Copy item path
Source
pub trait SocketState:
Debug
{ }
Expand description
Trait describing the state of a socket
Implementors
§
Source
§
impl
SocketState
for
Bound
Source
§
impl
SocketState
for
Connected
Source
§
impl
SocketState
for
NotReady
Source
§
impl
SocketState
for
Ready
Source
§
impl
SocketState
for
Unbound