pub type pollfd = linux_pollfd;
Aliased Type§
struct pollfd {
pub fd: i32,
pub events: i16,
pub revents: i16,
}
Fields§
§fd: i32
§events: i16
§revents: i16
Trait Implementations§
impl Pod for pollfd
Source§impl Clone for linux_pollfd
impl Clone for linux_pollfd
Source§fn clone(&self) -> linux_pollfd
fn clone(&self) -> linux_pollfd
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more