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