Find
C
ase-sensitive
R
egexp search
Path
Showing
0d500ceb
from
2026-06-03
:
Bug
2044620
- Port bug
1812669
: Consider adding a Show Time Picker button to the <input type=time>. r=babolivier DONTBUILD
comm-central
/
third_party
/
rust
/
rustix
/
src
/
backend
/
libc
/
time
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
mod.rs
68
-
syscalls.rs
libc syscalls supporting `rustix::time`.
15838
-
types.rs
/bitflags/#externally-defined-flags> const _ = !0; } } #[cfg(any( linux_kernel, target_os = "freebsd", target_os = "fuchsia", target_os = "illumos", target_os = "netbsd" ))] bitflags! { /// `TFD_TIMER_*` flags for use with [`timerfd_settime`]. /// /// [`timerfd_settime`]: crate::time::timerfd_settime #[repr(transparent)] #[derive(Copy, Clone, Eq, PartialEq, Hash, Debug)] pub struct TimerfdTimerFlags: u32 { /// `TFD_TIMER_ABSTIME` #[doc(alias = "TFD_TIMER_ABSTIME")] const ABSTIME = bitcast!(c::TFD_TIMER_ABSTIME); /// `TFD_TIMER_CANCEL_ON_SET` #[cfg(not(target_os = "fuchsia"))] #[doc(alias = "TFD_TIMER_CANCEL_ON_SET")] const CANCEL_ON_SET = bitcast!(c::TFD_TIMER_CANCEL_ON_SET); /// <https://docs.rs/bitflags/
7318
-