Struct gio_sys::GOutputMessage
source · [−]#[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 GSocketAddressvectors: *mut GOutputVectornum_vectors: c_uintbytes_sent: c_uintcontrol_messages: *mut *mut GSocketControlMessagenum_control_messages: c_uintTrait Implementations
sourceimpl Clone for GOutputMessage
impl Clone for GOutputMessage
sourcefn clone(&self) -> GOutputMessage
fn clone(&self) -> GOutputMessage
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GOutputMessage
impl Debug for GOutputMessage
impl Copy for GOutputMessage
Auto Trait Implementations
impl RefUnwindSafe for GOutputMessage
impl !Send for GOutputMessage
impl !Sync for GOutputMessage
impl Unpin for GOutputMessage
impl UnwindSafe for GOutputMessage
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