[go: up one dir, main page]

Struct calloop::generic::EventedFd[][src]

pub struct EventedFd<F: AsRawFd>(pub F);

An owning wrapper implementing Evented for any file descriptor based type in Unix

Trait Implementations

impl<F: AsRawFd> Evented for EventedFd<F>
[src]

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more

Auto Trait Implementations

impl<F> Send for EventedFd<F> where
    F: Send

impl<F> Sync for EventedFd<F> where
    F: Sync