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 Copy for GOutputVectorimpl Clone for GOutputVector[src]
impl Clone for GOutputVectorfn clone(&self) -> GOutputVector[src]
fn clone(&self) -> GOutputVectorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GOutputVector[src]
impl Debug for GOutputVectorAuto Trait Implementations
impl !Send for GOutputVector
impl !Send for GOutputVectorimpl !Sync for GOutputVector
impl !Sync for GOutputVector