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
g_iface: GTypeInterface
can_poll: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream) -> gboolean>
is_writable: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream) -> gboolean>
create_source: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream, _: *mut GCancellable) -> *mut GSource>
write_nonblocking: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream, _: *mut u8, _: size_t, _: *mut *mut GError) -> ssize_t>
Trait Implementations
impl Copy for GPollableOutputStreamInterface
[src]
impl Copy for GPollableOutputStreamInterface
impl Clone for GPollableOutputStreamInterface
[src]
impl Clone for GPollableOutputStreamInterface
fn clone(&self) -> GPollableOutputStreamInterface
[src]
fn clone(&self) -> GPollableOutputStreamInterface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GPollableOutputStreamInterface
[src]
impl Debug for GPollableOutputStreamInterface
Auto Trait Implementations
impl Send for GPollableOutputStreamInterface
impl Send for GPollableOutputStreamInterface
impl Sync for GPollableOutputStreamInterface
impl Sync for GPollableOutputStreamInterface