Struct gio_sys::GSettingsBackend [−][src]
#[repr(C)]pub struct GSettingsBackend { pub parent_instance: GObject, pub priv_: *mut GSettingsBackendPrivate, }
Fields
parent_instance: GObject
priv_: *mut GSettingsBackendPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GSettingsBackend
impl !Send for GSettingsBackend
impl !Sync for GSettingsBackend
impl Unpin for GSettingsBackend
impl UnwindSafe for GSettingsBackend
Blanket Implementations
Mutably borrows from an owned value. Read more