Struct cloudabi::send_in [] [src]

#[repr(C)]
pub struct send_in { pub si_data: (*const ciovec, usize), pub si_fds: (*const fd, usize), pub si_flags: siflags, }

Arguments of sock_send().

Fields

List of scatter/gather vectors where message data should be retrieved.

File descriptors that need to be attached to the message.

Message flags.

Trait Implementations

impl Copy for send_in
[src]

impl Clone for send_in
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more