Home
last modified time | relevance | path

Searched defs:into_syscall_arg (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/
H A Dweak.rs143 fn into_syscall_arg(self) -> Self::SyscallArgType; in into_syscall_arg() functions
149 fn into_syscall_arg(self) -> Self::SyscallArgType { self } in into_syscall_arg() functions
153 fn into_syscall_arg(self) -> Self::SyscallArgType { self } in into_syscall_arg() functions
159 fn into_syscall_arg(self) -> Self::SyscallArgType { in into_syscall_arg() functions
167 fn into_syscall_arg(self) -> Self::SyscallArgType { self as _ } in into_syscall_arg() functions
171 fn into_syscall_arg(self) -> Self::SyscallArgType { self as _ } in into_syscall_arg() functions
175 fn into_syscall_arg(self) -> Self::SyscallArgType { self as _ } in into_syscall_arg() functions

Completed in 2 milliseconds