pub struct RawSocketWrapper(pub RawSocket);Tuple Fields§
§0: RawSocketTrait Implementations§
Source§impl AsRawSocket for RawSocketWrapper
Available on Windows only.
impl AsRawSocket for RawSocketWrapper
Available on Windows only.
Source§fn as_raw_socket(&self) -> RawSocket
fn as_raw_socket(&self) -> RawSocket
Extracts the raw socket. Read more
Auto Trait Implementations§
impl Freeze for RawSocketWrapper
impl RefUnwindSafe for RawSocketWrapper
impl Send for RawSocketWrapper
impl Sync for RawSocketWrapper
impl Unpin for RawSocketWrapper
impl UnwindSafe for RawSocketWrapper
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