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