Struct frida_sys::_GOutputStream
source · [−]#[repr(C)]pub struct _GOutputStream {
pub parent_instance: GObject,
pub priv_: *mut GOutputStreamPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GOutputStreamPrivateTrait Implementations
sourceimpl Clone for _GOutputStream
impl Clone for _GOutputStream
sourcefn clone(&self) -> _GOutputStream
fn clone(&self) -> _GOutputStream
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 _GOutputStream
impl Debug for _GOutputStream
impl Copy for _GOutputStream
Auto Trait Implementations
impl RefUnwindSafe for _GOutputStream
impl !Send for _GOutputStream
impl !Sync for _GOutputStream
impl Unpin for _GOutputStream
impl UnwindSafe for _GOutputStream
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