Struct glib_sys::GDebugKey[][src]

#[repr(C)]
pub struct GDebugKey { pub key: *const c_char, pub value: c_uint, }

Fields

Trait Implementations

impl Copy for GDebugKey
[src]

impl Clone for GDebugKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDebugKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GDebugKey

impl !Sync for GDebugKey