Struct glib_sys::GTestLogMsg
source · [−]#[repr(C)]pub struct GTestLogMsg {
pub log_type: GTestLogType,
pub n_strings: c_uint,
pub strings: *mut *mut c_char,
pub n_nums: c_uint,
pub nums: *mut c_long,
}Fields
log_type: GTestLogTypen_strings: c_uintstrings: *mut *mut c_charn_nums: c_uintnums: *mut c_longTrait 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 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