Struct frida_sys::_GOutputVector
source · [−]#[repr(C)]pub struct _GOutputVector {
pub buffer: gconstpointer,
pub size: gsize,
}Fields
buffer: gconstpointersize: gsizeTrait Implementations
sourceimpl Clone for _GOutputVector
impl Clone for _GOutputVector
sourcefn clone(&self) -> _GOutputVector
fn clone(&self) -> _GOutputVector
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 _GOutputVector
impl Debug for _GOutputVector
impl Copy for _GOutputVector
Auto Trait Implementations
impl RefUnwindSafe for _GOutputVector
impl !Send for _GOutputVector
impl !Sync for _GOutputVector
impl Unpin for _GOutputVector
impl UnwindSafe for _GOutputVector
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