Struct vips_sys::GTestLogMsg
[−]
[src]
#[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 f64, }
Fields
log_type: GTestLogType
n_strings: guint
strings: *mut *mut gchar
n_nums: guint
nums: *mut f64
Trait Implementations
impl Debug for GTestLogMsg
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GTestLogMsg
[src]
impl Clone for GTestLogMsg
[src]
fn clone(&self) -> GTestLogMsg
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more