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

Trait Implementations

impl Copy for AtkPropertyValues
[src]

impl Clone for AtkPropertyValues
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AtkPropertyValues
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations