Struct libdazzle_sys::DzlShortcutManagerClass
source · [−]#[repr(C)]pub struct DzlShortcutManagerClass {
pub parent_instance: GObjectClass,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
pub _reserved5: gpointer,
pub _reserved6: gpointer,
pub _reserved7: gpointer,
pub _reserved8: gpointer,
}Fields
parent_instance: GObjectClass_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointer_reserved5: gpointer_reserved6: gpointer_reserved7: gpointer_reserved8: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlShortcutManagerClass
impl !Send for DzlShortcutManagerClass
impl !Sync for DzlShortcutManagerClass
impl Unpin for DzlShortcutManagerClass
impl UnwindSafe for DzlShortcutManagerClass
Blanket Implementations
Mutably borrows from an owned value. Read more