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 GOutputVector
impl Clone for GOutputVector
[src]
impl Clone for GOutputVector
fn clone(&self) -> GOutputVector
[src]
fn clone(&self) -> GOutputVector
Returns 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 GOutputVector
Auto Trait Implementations
impl !Send for GOutputVector
impl !Send for GOutputVector
impl !Sync for GOutputVector
impl !Sync for GOutputVector