Enum nix::fcntl::PosixFadviseAdvice [−][src]
#[repr(i32)] pub enum PosixFadviseAdvice { POSIX_FADV_NORMAL, POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_NOREUSE, POSIX_FADV_WILLNEED, POSIX_FADV_DONTNEED, }
Variants
Trait Implementations
impl Clone for PosixFadviseAdvice
[src]
impl Clone for PosixFadviseAdvice
[src]fn clone(&self) -> PosixFadviseAdvice
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for PosixFadviseAdvice
[src]
impl Hash for PosixFadviseAdvice
[src]impl Ord for PosixFadviseAdvice
[src]
impl Ord for PosixFadviseAdvice
[src]impl PartialOrd<PosixFadviseAdvice> for PosixFadviseAdvice
[src]
impl PartialOrd<PosixFadviseAdvice> for PosixFadviseAdvice
[src]fn partial_cmp(&self, other: &PosixFadviseAdvice) -> 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