Enum nix::sys::aio::AioFsyncMode
[−]
[src]
#[repr(i32)]pub enum AioFsyncMode { O_SYNC, O_DSYNC, }
Mode for AioCb::fsync. Controls whether only data or both data and
metadata are synced.
Variants
O_SYNCdo it like fsync
O_DSYNCon supported operating systems only, do it like fdatasync
Trait Implementations
impl Clone for AioFsyncMode[src]
fn clone(&self) -> AioFsyncMode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for AioFsyncMode[src]
impl Debug for AioFsyncMode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more