Struct cloudabi::event [] [src]

#[repr(C)]
pub struct event { pub userdata: userdata, pub error: errno, pub type_: eventtype, pub union: event_union, }

An event that occurred.

Fields

User-provided value that got attached to subscription.userdata.

If non-zero, an error that occurred while processing the subscription request.

The type of the event that occurred.

Trait Implementations

impl Copy for event
[src]

impl Clone for event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more