Docs.rs
poller-0.2.0
poller 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
varphone
Dependencies
libc ^0.2
normal
Versions
86.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
EventData
poller
0.2.0
Event
Data
Sections
Fields
In crate poller
poller
Type Alias
Event
Data
Copy item path
Source
pub type EventData<'a> = (
i32
,
Events
,
Option
<&'a
EventContext
>);
Expand description
定义事件数据。
§
Fields
0
- 触发的文件描述符。
1
- 触发的事件集合。
2
- 触发的事件对应上下文。