Union cloudabi::event_union [] [src]

#[repr(C)]
pub union event_union { pub fd_readwrite: event_fd_readwrite, pub proc_terminate: event_proc_terminate, }

A union inside event.

Fields

fd_readwrite: event_fd_readwrite

Used when type_ is FD_READ or FD_WRITE.

proc_terminate: event_proc_terminate

Used when type_ is PROC_TERMINATE.

Trait Implementations

impl Copy for event_union
[src]

impl Clone for event_union
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more