Struct gst::ffi::Struct__GIOChannel[][src]

#[repr(C)]
pub struct 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 _bindgen_bitfield_1_: guint, pub _bindgen_bitfield_2_: guint, pub _bindgen_bitfield_3_: guint, pub _bindgen_bitfield_4_: guint, pub _bindgen_bitfield_5_: guint, pub _bindgen_bitfield_6_: guint, pub reserved1: gpointer, pub reserved2: gpointer, }

Fields

Trait Implementations

impl Clone for Struct__GIOChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GIOChannel
[src]

impl Default for Struct__GIOChannel
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GIOChannel

impl !Sync for Struct__GIOChannel