#[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 moreimpl Copy for GPollableOutputStreamInterface
Auto Trait Implementations§
impl Freeze for GPollableOutputStreamInterface
impl RefUnwindSafe for GPollableOutputStreamInterface
impl Send for GPollableOutputStreamInterface
impl Sync for GPollableOutputStreamInterface
impl Unpin for GPollableOutputStreamInterface
impl UnwindSafe for GPollableOutputStreamInterface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)