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