Struct frida_sys::_GPollableInputStreamInterface [−][src]
#[repr(C)]pub struct _GPollableInputStreamInterface { pub g_iface: GTypeInterface, pub can_poll: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream) -> gboolean>, pub is_readable: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream) -> gboolean>, pub create_source: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream, cancellable: *mut GCancellable) -> *mut GSource>, pub read_nonblocking: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream, buffer: *mut c_void, count: gsize, error: *mut *mut GError) -> gssize>, }
Fields
g_iface: GTypeInterfacecan_poll: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream) -> gboolean>is_readable: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream) -> gboolean>create_source: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream, cancellable: *mut GCancellable) -> *mut GSource>read_nonblocking: Option<unsafe extern "C" fn(stream: *mut GPollableInputStream, buffer: *mut c_void, count: gsize, error: *mut *mut GError) -> gssize>Trait Implementations
impl Clone for _GPollableInputStreamInterface[src]
impl Clone for _GPollableInputStreamInterface[src]fn clone(&self) -> _GPollableInputStreamInterface[src]
fn clone(&self) -> _GPollableInputStreamInterface[src]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 _GPollableInputStreamInterface[src]
impl Debug for _GPollableInputStreamInterface[src]impl Copy for _GPollableInputStreamInterface[src]
Auto Trait Implementations
impl RefUnwindSafe for _GPollableInputStreamInterface
impl Send for _GPollableInputStreamInterface
impl Sync for _GPollableInputStreamInterface
impl Unpin for _GPollableInputStreamInterface
impl UnwindSafe for _GPollableInputStreamInterface
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more