Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_thread
Function · 0.45
setresuid_thread
Function · 0.45
setgid_thread
Function · 0.45
setresgid_thread
Function · 0.45
getpriority_user
Function · 0.45
setpriority_user
Function · 0.45
kill_process
Function · 0.45
kill_process_group
Function · 0.45
kill_current_process_group
Function · 0.45
pidfd_send_signal
Function · 0.45
fcntl_getlk
Function · 0.45
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected