Struct fuchsia_zircon::WaitItem [] [src]

#[repr(C)]
pub struct WaitItem<'a> { pub handle: HandleRef<'a>, pub waitfor: Signals, pub pending: Signals, }

A "wait item" containing a handle reference and information about what signals to wait on, and, on return from object_wait_many, which are pending.

Fields

The handle to wait on.

A set of signals to wait for.

The set of signals pending, on return of object_wait_many.

Trait Implementations

impl<'a> Debug for WaitItem<'a>
[src]

[src]

Formats the value using the given formatter.