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

#[repr(i32)]
pub enum AioCancelStat { AioCanceled, AioNotCanceled, AioAllDone, }

Return values for AioCb::cancel and aio_cancel_all

Variants

All outstanding requests were canceled

Some requests were not canceled. Their status should be checked with AioCb::error

All of the requests have already finished

Trait Implementations

impl Clone for AioCancelStat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AioCancelStat
[src]

impl Debug for AioCancelStat
[src]

Formats the value using the given formatter.

impl PartialEq for AioCancelStat
[src]

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

This method tests for !=.