Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
rustix-0.36.0
rustix 0.36.0
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
rustc-std-workspace-alloc ^1.0.0
normal
bitflags ^1.2.1
normal
compiler_builtins ^0.1.49
normal
rustc-std-workspace-core ^1.0.0
normal
io-lifetimes ^1.0.0
normal
itoa ^1.0.1
normal
flate2 ^1.0
dev
io-lifetimes ^1.0.0
dev
libc ^0.2.133
dev
errno ^0.2.8
dev
memoffset ^0.7.1
dev
serial_test ^0.6
dev
tempfile ^3.2.0
dev
cc ^1.0.68
build
linux-raw-sys ^0.1.2
normal
libc ^0.2.133
normal
errno ^0.2.8
normal
linux-raw-sys ^0.1.2
normal
libc ^0.2.133
normal
errno ^0.2.8
normal
once_cell ^1.5.2
normal
criterion ^0.4
dev
windows-sys ^0.42.0
normal
ctor ^0.1.21
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Secs
In rustix::time
?
Type Definition
rustix
::
time
::
Secs
source
·
[
−
]
pub type Secs =
__kernel_time64_t
;
Available on
crate feature
time
only.
Expand description
A type for the
tv_sec
field of
Timespec
.