Trait io_lifetimes::raw::FromRawSocketlike [−][src]
pub trait FromRawSocketlike: FromRawSocket {
unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self;
}
Expand description
This is a portability abstraction over Unix-like [FromRawFd
] and Windows’
FromRawSocket
.
Required methods
unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self
unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self
Constructs Self
from the raw value.