pub struct SocketStorage<'a> { /* private fields */ }
Expand description
Opaque struct with space for storing one socket.
This is public so you can use it to allocate space for storing sockets when creating an Interface.
Implementations§
Source§impl<'a> SocketStorage<'a>
impl<'a> SocketStorage<'a>
Trait Implementations§
Source§impl<'a> Debug for SocketStorage<'a>
impl<'a> Debug for SocketStorage<'a>
Source§impl<'a> Default for SocketStorage<'a>
impl<'a> Default for SocketStorage<'a>
Source§fn default() -> SocketStorage<'a>
fn default() -> SocketStorage<'a>
Returns the “default value” for a type. Read more