☰
In kernel::file::flags
In kernel::file::flags
Constants
O_ACCMODE
O_APPEND
O_ASYNC
O_CLOEXEC
O_CREAT
O_DIRECT
O_DIRECTORY
O_DSYNC
O_EXCL
O_LARGEFILE
O_NDELAY
O_NOATIME
O_NOCTTY
O_NOFOLLOW
O_NONBLOCK
O_PATH
O_RDONLY
O_RDWR
O_SYNC
O_TMPFILE
O_TRUNC
O_WRONLY
?
Constant
kernel
::
file
::
flags
::
O_RDWR
source
·
[
−
]
pub const O_RDWR:
u32
= bindings::O_RDWR; // 2u32
Expand description
File can be both read and written.
This documentation is an old archive. Please see
https://rust.docs.kernel.org
instead.