Struct frida_sys::_GTrashStack
source · #[repr(C)]pub struct _GTrashStack {
pub next: *mut GTrashStack,
}Fields§
§next: *mut GTrashStackTrait Implementations§
source§impl Clone for _GTrashStack
impl Clone for _GTrashStack
source§fn clone(&self) -> _GTrashStack
fn clone(&self) -> _GTrashStack
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 more