[][src]Struct glib_sys::GIOChannel

#[repr(C)]
pub struct GIOChannel { pub ref_count: c_int, pub funcs: *mut GIOFuncs, pub encoding: *mut c_char, pub read_cd: GIConv, pub write_cd: GIConv, pub line_term: *mut c_char, pub line_term_len: c_uint, pub buf_size: size_t, pub read_buf: *mut GString, pub encoded_read_buf: *mut GString, pub write_buf: *mut GString, pub partial_write_buf: [c_char; 6], pub use_buffer: c_uint, // some fields omitted }

Fields

ref_count: c_intfuncs: *mut GIOFuncsencoding: *mut c_charread_cd: GIConvwrite_cd: GIConvline_term: *mut c_charline_term_len: c_uintbuf_size: size_tread_buf: *mut GStringencoded_read_buf: *mut GStringwrite_buf: *mut GStringpartial_write_buf: [c_char; 6]use_buffer: c_uint

Trait Implementations

impl Debug for GIOChannel[src]

Auto Trait Implementations

impl !Send for GIOChannel

impl !Sync for GIOChannel

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.