#[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: GTestLogType§n_strings: guint§strings: *mut *mut gchar§n_nums: guint§nums: *mut u128Trait Implementations§
Source§impl Clone for GTestLogMsg
impl Clone for GTestLogMsg
Source§fn clone(&self) -> GTestLogMsg
fn clone(&self) -> GTestLogMsg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GTestLogMsg
Source§impl Debug for GTestLogMsg
impl Debug for GTestLogMsg
impl Eq for GTestLogMsg
Source§impl PartialEq for GTestLogMsg
impl PartialEq for GTestLogMsg
Source§fn eq(&self, other: >estLogMsg) -> bool
fn eq(&self, other: >estLogMsg) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GTestLogMsg
Auto Trait Implementations§
impl !Send for GTestLogMsg
impl !Sync for GTestLogMsg
impl Freeze for GTestLogMsg
impl RefUnwindSafe for GTestLogMsg
impl Unpin for GTestLogMsg
impl UnsafeUnpin for GTestLogMsg
impl UnwindSafe for GTestLogMsg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more