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
do it like fsync
on supported operating systems only, do it like fdatasync
Trait Implementations
impl Clone for AioFsyncMode
[src]
impl Clone for AioFsyncMode
[src]fn clone(&self) -> AioFsyncMode
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for AioFsyncMode
[src]
impl Hash for AioFsyncMode
[src]impl Ord for AioFsyncMode
[src]
impl Ord for AioFsyncMode
[src]impl PartialEq<AioFsyncMode> for AioFsyncMode
[src]
impl PartialEq<AioFsyncMode> for AioFsyncMode
[src]impl PartialOrd<AioFsyncMode> for AioFsyncMode
[src]
impl PartialOrd<AioFsyncMode> for AioFsyncMode
[src]fn partial_cmp(&self, other: &AioFsyncMode) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool