Struct cloudabi::subscription_fd_readwrite [] [src]

#[repr(C)]
pub struct subscription_fd_readwrite { pub fd: fd, pub flags: subrwflags, }

Fields

The file descriptor on which to wait for it to become ready for reading or writing.

Under which conditions to trigger.

Trait Implementations

impl Copy for subscription_fd_readwrite
[src]

impl Clone for subscription_fd_readwrite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more