Struct gio_sys::GOutputMessage[][src]

#[repr(C)]
pub struct GOutputMessage { pub address: *mut GSocketAddress, pub vectors: *mut GOutputVector, pub num_vectors: c_uint, pub bytes_sent: c_uint, pub control_messages: *mut *mut GSocketControlMessage, pub num_control_messages: c_uint, }

Fields

Trait Implementations

impl Copy for GOutputMessage
[src]

impl Clone for GOutputMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GOutputMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GOutputMessage

impl !Sync for GOutputMessage