Struct frida_sys::_GFileInputStream
source · [−]#[repr(C)]pub struct _GFileInputStream {
pub parent_instance: GInputStream,
pub priv_: *mut GFileInputStreamPrivate,
}Fields
parent_instance: GInputStreampriv_: *mut GFileInputStreamPrivateTrait Implementations
sourceimpl Clone for _GFileInputStream
impl Clone for _GFileInputStream
sourcefn clone(&self) -> _GFileInputStream
fn clone(&self) -> _GFileInputStream
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _GFileInputStream
impl Debug for _GFileInputStream
impl Copy for _GFileInputStream
Auto Trait Implementations
impl RefUnwindSafe for _GFileInputStream
impl !Send for _GFileInputStream
impl !Sync for _GFileInputStream
impl Unpin for _GFileInputStream
impl UnwindSafe for _GFileInputStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more