Searched refs:RawUid (Results 1 – 4 of 4) sorted by relevance
15 pub use backend::process::types::RawUid;29 pub struct Uid(RawUid);61 pub const unsafe fn from_raw(raw: RawUid) -> Self { in from_raw()67 pub const fn as_raw(self) -> RawUid { in as_raw() argument
47 RawNonZeroPid, RawPid, RawUid, Uid,
219 pub type RawUid = u32; typedef
380 pub type RawUid = c::uid_t; typedef