#[repr(u32)]pub enum GNotificationPriority {
G_NOTIFICATION_PRIORITY_NORMAL = 0,
G_NOTIFICATION_PRIORITY_LOW = 1,
G_NOTIFICATION_PRIORITY_HIGH = 2,
G_NOTIFICATION_PRIORITY_URGENT = 3,
}Variants§
G_NOTIFICATION_PRIORITY_NORMAL = 0
G_NOTIFICATION_PRIORITY_LOW = 1
G_NOTIFICATION_PRIORITY_HIGH = 2
G_NOTIFICATION_PRIORITY_URGENT = 3
Trait Implementations§
Source§impl Clone for GNotificationPriority
impl Clone for GNotificationPriority
Source§fn clone(&self) -> GNotificationPriority
fn clone(&self) -> GNotificationPriority
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GNotificationPriority
impl Debug for GNotificationPriority
Source§impl Hash for GNotificationPriority
impl Hash for GNotificationPriority
Source§impl PartialEq for GNotificationPriority
impl PartialEq for GNotificationPriority
impl Copy for GNotificationPriority
impl Eq for GNotificationPriority
impl StructuralPartialEq for GNotificationPriority
Auto Trait Implementations§
impl Freeze for GNotificationPriority
impl RefUnwindSafe for GNotificationPriority
impl Send for GNotificationPriority
impl Sync for GNotificationPriority
impl Unpin for GNotificationPriority
impl UnwindSafe for GNotificationPriority
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more