Struct gobject_sys::GEnumValue
source · #[repr(C)]pub struct GEnumValue {
pub value: c_int,
pub value_name: *const c_char,
pub value_nick: *const c_char,
}
Fields§
§value: c_int
§value_name: *const c_char
§value_nick: *const c_char
Trait Implementations§
source§impl Clone for GEnumValue
impl Clone for GEnumValue
source§fn clone(&self) -> GEnumValue
fn clone(&self) -> GEnumValue
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