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

Trait Implementations

impl Debug for GTestLogMsg
[src]

Formats the value using the given formatter. Read more

impl Copy for GTestLogMsg
[src]

impl Clone for GTestLogMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for GTestLogMsg

impl !Sync for GTestLogMsg