Struct gio_sys::GOutputVector
[−]
[src]
#[repr(C)]pub struct GOutputVector { pub buffer: gconstpointer, pub size: size_t, }
Fields
buffer: gconstpointer
size: size_t
Trait Implementations
impl Copy for GOutputVector[src]
impl Clone for GOutputVector[src]
fn clone(&self) -> GOutputVector[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