Struct notice_pipe::Waiter[][src]

pub struct Waiter { /* fields omitted */ }

Methods

impl Waiter
[src]

Trait Implementations

impl AsRawFd for Waiter
[src]

Extracts the raw file descriptor. Read more

impl FromRawFd for Waiter
[src]

Constructs a new instance of Self from the given raw file descriptor. Read more

impl IntoRawFd for Waiter
[src]

Consumes this object, returning the raw underlying file descriptor. Read more

impl Unicast for Waiter
[src]

impl Wait for Waiter
[src]

Auto Trait Implementations

impl Send for Waiter

impl Sync for Waiter