Struct gtk_sys::GtkRcProperty [] [src]

#[repr(C)]
pub struct GtkRcProperty { pub type_name: GQuark, pub property_name: GQuark, pub origin: *mut c_char, pub value: GValue, }

Fields

Trait Implementations

impl Copy for GtkRcProperty
[src]

impl Clone for GtkRcProperty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkRcProperty
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRcProperty

impl !Sync for GtkRcProperty