Struct vips_sys::_GIOChannel[][src]

#[repr(C)]
pub struct _GIOChannel { pub ref_count: gint, pub funcs: *mut GIOFuncs, pub encoding: *mut gchar, pub read_cd: GIConv, pub write_cd: GIConv, pub line_term: *mut gchar, pub line_term_len: guint, pub buf_size: gsize, pub read_buf: *mut GString, pub encoded_read_buf: *mut GString, pub write_buf: *mut GString, pub partial_write_buf: [gchar; 6], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub reserved1: gpointer, pub reserved2: gpointer, }

Fields

Methods

impl _GIOChannel
[src]

Trait Implementations

impl Debug for _GIOChannel
[src]

Formats the value using the given formatter. Read more

impl Copy for _GIOChannel
[src]

impl Clone for _GIOChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GIOChannel

impl !Sync for _GIOChannel