pub struct StdRawSocket(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdRawSocket
impl RefUnwindSafe for StdRawSocket
impl Send for StdRawSocket
impl Sync for StdRawSocket
impl Unpin for StdRawSocket
impl UnwindSafe for StdRawSocket
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