Enum nix::sys::aio::AioCancelStat [−][src]
#[repr(i32)]pub enum AioCancelStat { AioCanceled, AioNotCanceled, AioAllDone, }
Return values for AioCb::cancel and aio_cancel_all
Variants
AioCanceledAll outstanding requests were canceled
AioNotCanceledSome requests were not canceled. Their status should be checked with
AioCb::error
AioAllDoneAll of the requests have already finished
Trait Implementations
impl Clone for AioCancelStat[src]
impl Clone for AioCancelStatfn clone(&self) -> AioCancelStat[src]
fn clone(&self) -> AioCancelStatReturns 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 AioCancelStatimpl Debug for AioCancelStat[src]
impl Debug for AioCancelStatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AioCancelStat[src]
impl PartialEq for AioCancelStatAuto Trait Implementations
impl Send for AioCancelStat
impl Send for AioCancelStatimpl Sync for AioCancelStat
impl Sync for AioCancelStat