Struct magenta::SignalPacket [] [src]

pub struct SignalPacket(_);

Contents of a signal packet (one generated by the kernel). This is a type-safe wrapper for mx_packet_signal_t.

Methods

impl SignalPacket
[src]

The signals used in the call to object_wait_async.

The observed signals.

A per object count of pending operations.

Trait Implementations

impl Debug for SignalPacket
[src]

Formats the value using the given formatter.

impl Copy for SignalPacket
[src]

impl Clone for SignalPacket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more