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