Trait gtk4::prelude::ShortcutTriggerExtManual

source ·
pub trait ShortcutTriggerExtManual: Sealed + IsA<ShortcutTrigger> {
    // Provided methods
    fn compare(&self, trigger2: &impl IsA<ShortcutTrigger>) -> Ordering { ... }
    fn equal(&self, trigger2: &impl IsA<ShortcutTrigger>) -> bool { ... }
    fn hash(&self) -> u32 { ... }
}
Expand description

Trait containing manually implemented methods of ShortcutTrigger.

Provided Methods§

source

fn compare(&self, trigger2: &impl IsA<ShortcutTrigger>) -> Ordering

source

fn equal(&self, trigger2: &impl IsA<ShortcutTrigger>) -> bool

source

fn hash(&self) -> u32

Object Safety§

This trait is not object safe.

Implementors§