Struct gtk_sys::GtkSettingsValue [−][src]
#[repr(C)]pub struct GtkSettingsValue { pub origin: *mut c_char, pub value: GValue, }
Fields
origin: *mut c_charvalue: GValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSettingsValueimpl !Send for GtkSettingsValueimpl !Sync for GtkSettingsValueimpl Unpin for GtkSettingsValueimpl UnwindSafe for GtkSettingsValueBlanket Implementations
Mutably borrows from an owned value. Read more