#[repr(C)]pub enum GNotificationPriority {
Normal = 0,
Low = 1,
High = 2,
Urgent = 3,
}Variants§
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