Enum hexchat_api::Priority
source · pub enum Priority {
Highest = 127,
High = 64,
Norm = 0,
Low = -64,
Lowest = -128,
}
Expand description
The priorty for a given callback invoked by Hexchat.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for Priority
impl Send for Priority
impl Sync for Priority
impl Unpin for Priority
impl UnwindSafe for Priority
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