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
Auto Trait Implementations§
impl<'a> Freeze for SocketStorage<'a>
impl<'a> RefUnwindSafe for SocketStorage<'a>
impl<'a> Send for SocketStorage<'a>
impl<'a> Sync for SocketStorage<'a>
impl<'a> Unpin for SocketStorage<'a>
impl<'a> !UnwindSafe for SocketStorage<'a>
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