Struct cloudabi::event_fd_readwrite [] [src]

#[repr(C)]
pub struct event_fd_readwrite { pub nbytes: filesize, pub unused: [u8; 4], pub flags: eventrwflags, }

Fields

The number of bytes available for reading or writing.

Obsolete.

The state of the file descriptor.

Trait Implementations

impl Copy for event_fd_readwrite
[src]

impl Clone for event_fd_readwrite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more