Struct cloudabi::recv_out [] [src]

#[repr(C)]
pub struct recv_out { pub ro_datalen: usize, pub ro_fdslen: usize, pub ro_unused: [u8; 40], pub ro_flags: roflags, }

Results of sock_recv().

Fields

Number of bytes stored in recv_in.ri_data.

Number of file descriptors stored in recv_in.ri_fds.

Fields that were used by previous implementations.

Message flags.

Trait Implementations

impl Copy for recv_out
[src]

impl Clone for recv_out
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more