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