Struct gio_sys::GInputMessage
source · [−]#[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
address: *mut *mut GSocketAddress
vectors: *mut GInputVector
num_vectors: c_uint
bytes_received: size_t
flags: c_int
control_messages: *mut *mut *mut GSocketControlMessage
num_control_messages: *mut c_uint
Trait Implementations
sourceimpl Clone for GInputMessage
impl Clone for GInputMessage
sourcefn clone(&self) -> GInputMessage
fn clone(&self) -> GInputMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GInputMessage
impl Debug for GInputMessage
impl Copy for GInputMessage
Auto Trait Implementations
impl RefUnwindSafe for GInputMessage
impl !Send for GInputMessage
impl !Sync for GInputMessage
impl Unpin for GInputMessage
impl UnwindSafe for GInputMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more