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
type_name: GQuarkproperty_name: GQuarkorigin: *mut c_charvalue: GValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkRcPropertyimpl !Send for GtkRcPropertyimpl !Sync for GtkRcPropertyimpl Unpin for GtkRcPropertyimpl UnwindSafe for GtkRcPropertyBlanket Implementations
Mutably borrows from an owned value. Read more