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

Method get

src/event/kqueue.rs:376–378  ·  view source on GitHub ↗

Get the underlying `u32`.

(self)

Source from the content-addressed store, hash-verified

374
375 /// Get the underlying `u32`.
376 pub fn get(self) -> u32 {
377 self.0
378 }
379}
380
381/// `kqueue()`—Create a new `kqueue` file descriptor.

Callers 15

preadv64Function · 0.45
pwritev64Function · 0.45
preadv64v2Function · 0.45
pwritev64v2Function · 0.45
tcsetpgrpFunction · 0.45
ptsnameFunction · 0.45
socketFunction · 0.45
socket_withFunction · 0.45
socketpairFunction · 0.45
linux_hwcapFunction · 0.45
linux_minsigstkszFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_kill_processFunction · 0.36
test_kill_process_groupFunction · 0.36