Enum nix::sys::aio::AioFsyncMode [] [src]

pub enum AioFsyncMode {
    O_SYNC,
    O_DSYNC,
}
[]

Mode for AioCb::fsync. Controls whether only data or both data and metadata are synced.

Variants

[]

do it like fsync

[]

on supported operating systems only, do it like fdatasync

Trait Implementations

impl Clone for AioFsyncMode
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for AioFsyncMode
[src]

impl Debug for AioFsyncMode
[src]

[]

Formats the value using the given formatter.

impl PartialEq for AioFsyncMode
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.