pub struct SocketContext {
pub handle: SocketHandle,
pub stack: Stack,
pub closed: bool,
}Fields§
§handle: SocketHandle§stack: Stack§closed: boolImplementations§
Source§impl SocketContext
impl SocketContext
Auto Trait Implementations§
impl Freeze for SocketContext
impl !RefUnwindSafe for SocketContext
impl Send for SocketContext
impl Sync for SocketContext
impl Unpin for SocketContext
impl !UnwindSafe for SocketContext
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