Struct atk_sys::AtkPropertyValues
source · [−]#[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 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