Struct gio_sys::GPollableOutputStreamInterface[][src]

#[repr(C)]
pub struct GPollableOutputStreamInterface { pub g_iface: GTypeInterface, pub can_poll: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream) -> gboolean>, pub is_writable: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream) -> gboolean>, pub create_source: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream, _: *mut GCancellable) -> *mut GSource>, pub write_nonblocking: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream, _: *mut u8, _: size_t, _: *mut *mut GError) -> ssize_t>, }

Fields

Trait Implementations

impl Copy for GPollableOutputStreamInterface
[src]

impl Clone for GPollableOutputStreamInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GPollableOutputStreamInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations