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
Auto Trait Implementations
impl RefUnwindSafe for AtkPropertyValues
impl !Send for AtkPropertyValues
impl !Sync for AtkPropertyValues
impl Unpin for AtkPropertyValues
impl UnwindSafe for AtkPropertyValues
Blanket Implementations
Mutably borrows from an owned value. Read more