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,
/* private fields */
}
Fields
log_type: GTestLogType
n_strings: c_uint
strings: *mut *mut c_char
n_nums: c_uint
Trait Implementations
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more