Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ flags
Method
flags
src/net/types.rs:1836–1838 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1834
/// Return flags.
1835
#[inline]
1836
pub fn flags(&self) -> SocketAddrXdpFlags {
1837
self.sxdp_flags
1838
}
1839
1840
/// Set flags.
1841
#[inline]
Callers
1
with_sockaddr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected