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
address: *mut GSocketAddress
vectors: *mut GOutputVector
num_vectors: c_uint
bytes_sent: c_uint
control_messages: *mut *mut GSocketControlMessage
num_control_messages: c_uint
Trait Implementations
impl Copy for GOutputMessage
[src]
impl Copy for GOutputMessage
impl Clone for GOutputMessage
[src]
impl Clone for GOutputMessage
fn clone(&self) -> GOutputMessage
[src]
fn clone(&self) -> GOutputMessage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GOutputMessage
[src]
impl Debug for GOutputMessage
Auto Trait Implementations
impl !Send for GOutputMessage
impl !Send for GOutputMessage
impl !Sync for GOutputMessage
impl !Sync for GOutputMessage