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 GSocketAddressvectors: *mut GInputVectornum_vectors: c_uintbytes_received: size_tflags: c_intcontrol_messages: *mut *mut *mut GSocketControlMessagenum_control_messages: *mut c_uintTrait 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 moresourceimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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