[][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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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