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

Function c_uint

src/backend/linux_raw/conv.rs:255–257  ·  view source on GitHub ↗
(i: c::c_uint)

Source from the content-addressed store, hash-verified

253/// Convert a `c_uint` into an `ArgReg`.
254#[inline]
255pub(super) fn c_uint<'a, Num: ArgNumber>(i: c::c_uint) -> ArgReg<'a, Num> {
256 pass_usize(i as usize)
257}
258
259#[cfg(target_pointer_width = "64")]
260#[inline]

Callers 1

fromMethod · 0.85

Calls 1

pass_usizeFunction · 0.85

Tested by

no test coverage detected