Struct gio_sys::GInputMessage[][src]

#[repr(C)]
pub struct GInputMessage { pub address: *mut *mut GSocketAddress, pub vectors: *mut GInputVector, pub num_vectors: c_uint, pub bytes_received: size_t, pub flags: c_int, pub control_messages: *mut *mut *mut GSocketControlMessage, pub num_control_messages: *mut c_uint, }

Fields

Trait Implementations

impl Copy for GInputMessage
[src]

impl Clone for GInputMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GInputMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GInputMessage

impl !Sync for GInputMessage