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
Auto Trait Implementations
impl RefUnwindSafe for GInputVector
impl !Send for GInputVector
impl !Sync for GInputVector
impl Unpin for GInputVector
impl UnwindSafe for GInputVector
Blanket Implementations
Mutably borrows from an owned value. Read more