Searched defs:SyscallReturnCode (Results 1 – 1 of 1) sorted by relevance
10 pub struct SyscallReturnCode<T: From<i8> + Eq = c_int>(pub T); struct12 impl<T: From<i8> + Eq> SyscallReturnCode<T> { implementation