Struct gio_sys::GListStoreClass [−][src]
#[repr(C)]pub struct GListStoreClass { pub parent_class: GObjectClass, }
Fields
parent_class: GObjectClass
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GListStoreClass
impl !Send for GListStoreClass
impl !Sync for GListStoreClass
impl Unpin for GListStoreClass
impl UnwindSafe for GListStoreClass
Blanket Implementations
Mutably borrows from an owned value. Read more