Struct libui_ng_sys::platform::unix::glib_sys::GTestConfig
source · pub struct GTestConfig {
pub test_initialized: i32,
pub test_quick: i32,
pub test_perf: i32,
pub test_verbose: i32,
pub test_quiet: i32,
pub test_undefined: i32,
}Fields§
§test_initialized: i32§test_quick: i32§test_perf: i32§test_verbose: i32§test_quiet: i32§test_undefined: i32Trait Implementations§
source§impl Clone for GTestConfig
impl Clone for GTestConfig
source§fn clone(&self) -> GTestConfig
fn clone(&self) -> GTestConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more