#[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§
Source§impl Clone for GInputMessage
impl Clone for GInputMessage
Source§fn clone(&self) -> GInputMessage
fn clone(&self) -> GInputMessage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GInputMessage
impl Debug for GInputMessage
impl Copy for GInputMessage
Auto Trait Implementations§
impl Freeze for GInputMessage
impl RefUnwindSafe for GInputMessage
impl !Send for GInputMessage
impl !Sync for GInputMessage
impl Unpin for GInputMessage
impl UnwindSafe for GInputMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)