Struct cloudabi::send_out [] [src]

#[repr(C)]
pub struct send_out { pub so_datalen: usize, }

Results of sock_send().

Fields

Number of bytes transmitted.

Trait Implementations

impl Copy for send_out
[src]

impl Clone for send_out
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more