Docs.rs
libc-core-0.2.1
libc-core 0.2.1
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
yfblock
Dependencies
bitflags ^2.9.1
normal
num_enum ^0.7.3
normal
zerocopy ^0.8.20
normal
optional
Versions
100%
of the crate is documented
Go to latest version
Platform
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
libc_
core
0.2.1
Module consts
Module Items
Constants
In crate libc_
core
libc_core
Module
consts
Copy item path
Source
Expand description
This file contains constants used in the libc crate.
Constants
§
UTIME_
NOW
表示更新时间为当前时间(用于 utimensat 等系统调用)
UTIME_
OMIT
表示不修改对应的时间字段(用于 utimensat 等系统调用)