Enum iocp::IocpError
[-]
[+]
[src]
pub enum IocpError { GetQueuedError(String, *mut OVERLAPPED), HostError(String), }
Variants
GetQueuedError | |
HostError |
pub enum IocpError { GetQueuedError(String, *mut OVERLAPPED), HostError(String), }
GetQueuedError | |
HostError |
impl Display for IocpError
impl Send for IocpError
impl Error for IocpError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for IocpError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).