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

#[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

ref_count: gintfuncs: *mut GIOFuncsencoding: *mut gcharread_cd: GIConvwrite_cd: GIConvline_term: *mut gcharline_term_len: guintbuf_size: gsizeread_buf: *mut GStringencoded_read_buf: *mut GStringwrite_buf: *mut GStringpartial_write_buf: [gchar; 6]_bindgen_bitfield_1_: guint_bindgen_bitfield_2_: guint_bindgen_bitfield_3_: guint_bindgen_bitfield_4_: guint_bindgen_bitfield_5_: guint_bindgen_bitfield_6_: guintreserved1: gpointerreserved2: gpointer

Trait Implementations

impl Default for Struct__GIOChannel[src]

impl Clone for Struct__GIOChannel[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Struct__GIOChannel[src]

Auto Trait Implementations

impl !Send for Struct__GIOChannel

impl !Sync for Struct__GIOChannel

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.