Struct gio_sys::GInputVector
[−]
[src]
#[repr(C)]pub struct GInputVector { pub buffer: gpointer, pub size: size_t, }
Fields
buffer: gpointer
size: size_t
Trait Implementations
impl Copy for GInputVector[src]
impl Clone for GInputVector[src]
fn clone(&self) -> GInputVector[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more