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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more