MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / as_raw

Method as_raw

src/net/types.rs:50–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 /// Returns the raw integer for this `SocketType`.
49 #[inline]
50 pub const fn as_raw(self) -> RawSocketType {
51 self.0
52 }
53}
54
55/// A type for holding raw integer address families.

Callers 14

setuid_threadFunction · 0.45
setresuid_threadFunction · 0.45
setgid_threadFunction · 0.45
setresgid_threadFunction · 0.45
getpriority_userFunction · 0.45
setpriority_userFunction · 0.45
kill_processFunction · 0.45
kill_process_groupFunction · 0.45
pidfd_send_signalFunction · 0.45
fcntl_getlkFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected