pub struct RawSock { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for RawSock
impl !RefUnwindSafe for RawSock
impl Send for RawSock
impl Sync for RawSock
impl Unpin for RawSock
impl !UnwindSafe for RawSock
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