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_charold_value: GValuenew_value: GValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkPropertyValuesimpl !Send for AtkPropertyValuesimpl !Sync for AtkPropertyValuesimpl Unpin for AtkPropertyValuesimpl UnwindSafe for AtkPropertyValuesBlanket Implementations
Mutably borrows from an owned value. Read more