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