Struct atk_sys::AtkPropertyValues [−][src]
#[repr(C)]pub struct AtkPropertyValues { pub property_name: *const c_char, pub old_value: GValue, pub new_value: GValue, }
Fields
property_name: *const c_char
old_value: GValue
new_value: GValue
Trait Implementations
impl Copy for AtkPropertyValues[src]
impl Copy for AtkPropertyValuesimpl Clone for AtkPropertyValues[src]
impl Clone for AtkPropertyValuesfn clone(&self) -> AtkPropertyValues[src]
fn clone(&self) -> AtkPropertyValuesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AtkPropertyValues[src]
impl Debug for AtkPropertyValuesAuto Trait Implementations
impl !Send for AtkPropertyValues
impl !Send for AtkPropertyValuesimpl !Sync for AtkPropertyValues
impl !Sync for AtkPropertyValues