Struct frida_sys::GTestLogMsg
source · [−]#[repr(C)]pub struct GTestLogMsg {
pub log_type: GTestLogType,
pub n_strings: guint,
pub strings: *mut *mut gchar,
pub n_nums: guint,
pub nums: *mut u128,
}Fields
log_type: GTestLogTypen_strings: guintstrings: *mut *mut gcharn_nums: guintnums: *mut u128Trait Implementations
sourceimpl Clone for GTestLogMsg
impl Clone for GTestLogMsg
sourcefn clone(&self) -> GTestLogMsg
fn clone(&self) -> GTestLogMsg
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 GTestLogMsg
impl Debug for GTestLogMsg
impl Copy for GTestLogMsg
Auto Trait Implementations
impl RefUnwindSafe for GTestLogMsg
impl !Send for GTestLogMsg
impl !Sync for GTestLogMsg
impl Unpin for GTestLogMsg
impl UnwindSafe for GTestLogMsg
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