Enum nix::sys::aio::AioCancelStat [−][src]
#[repr(i32)]pub enum AioCancelStat { AioCanceled, AioNotCanceled, AioAllDone, }
Return values for AioCb::cancel and aio_cancel_all
Variants
AioCanceled
All outstanding requests were canceled
AioNotCanceled
Some requests were not canceled. Their status should be checked with
AioCb::error
AioAllDone
All of the requests have already finished
Trait Implementations
impl Clone for AioCancelStat
[src]
impl Clone for AioCancelStat
fn clone(&self) -> AioCancelStat
[src]
fn clone(&self) -> AioCancelStat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for AioCancelStat
[src]
impl Copy for AioCancelStat
impl Debug for AioCancelStat
[src]
impl Debug for AioCancelStat
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for AioCancelStat
[src]
impl PartialEq for AioCancelStat
Auto Trait Implementations
impl Send for AioCancelStat
impl Send for AioCancelStat
impl Sync for AioCancelStat
impl Sync for AioCancelStat