Struct gio_sys::GPollableOutputStreamInterface
source · #[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>,
pub writev_nonblocking: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream, _: *const GOutputVector, _: size_t, _: *mut size_t, _: *mut *mut GError) -> GPollableReturn>,
}
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>
§writev_nonblocking: Option<unsafe extern "C" fn(_: *mut GPollableOutputStream, _: *const GOutputVector, _: size_t, _: *mut size_t, _: *mut *mut GError) -> GPollableReturn>
Trait Implementations§
source§impl Clone for GPollableOutputStreamInterface
impl Clone for GPollableOutputStreamInterface
source§fn clone(&self) -> GPollableOutputStreamInterface
fn clone(&self) -> GPollableOutputStreamInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more