Struct libdazzle_sys::DzlShortcutEntry
source · [−]#[repr(C)]pub struct DzlShortcutEntry {
pub command: *const c_char,
pub phase: DzlShortcutPhase,
pub default_accel: *const c_char,
pub section: *const c_char,
pub group: *const c_char,
pub title: *const c_char,
pub subtitle: *const c_char,
}Fields
command: *const c_charphase: DzlShortcutPhasedefault_accel: *const c_charsection: *const c_chargroup: *const c_chartitle: *const c_charsubtitle: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlShortcutEntry
impl !Send for DzlShortcutEntry
impl !Sync for DzlShortcutEntry
impl Unpin for DzlShortcutEntry
impl UnwindSafe for DzlShortcutEntry
Blanket Implementations
Mutably borrows from an owned value. Read more