Searched refs:RawSocketlike (Results 1 – 2 of 2) sorted by relevance
36 pub type RawSocketlike = RawFd; typedef43 pub type RawSocketlike = RawSocket; typedef84 fn as_raw_socketlike(&self) -> RawSocketlike; in as_raw_socketlike() argument90 fn as_raw_socketlike(&self) -> RawSocketlike { in as_raw_socketlike() argument100 fn as_raw_socketlike(&self) -> RawSocketlike; in as_raw_socketlike() argument106 fn as_raw_socketlike(&self) -> RawSocketlike { in as_raw_socketlike() argument148 fn into_raw_socketlike(self) -> RawSocketlike; in into_raw_socketlike() argument154 fn into_raw_socketlike(self) -> RawSocketlike { in into_raw_socketlike() argument164 fn into_raw_socketlike(self) -> RawSocketlike; in into_raw_socketlike() argument170 fn into_raw_socketlike(self) -> RawSocketlike { in into_raw_socketlike() argument[all …]
10 IntoRawSocketlike, RawFilelike, RawSocketlike,74 orig: RawSocketlike,129 pub unsafe fn view_raw(raw: RawSocketlike) -> Self { in view_raw()