#[repr(i32)]pub enum _TP_CALLBACK_PRIORITY {
TP_CALLBACK_PRIORITY_HIGH = 0,
TP_CALLBACK_PRIORITY_NORMAL = 1,
TP_CALLBACK_PRIORITY_LOW = 2,
TP_CALLBACK_PRIORITY_INVALID = 3,
}Variants§
TP_CALLBACK_PRIORITY_HIGH = 0
TP_CALLBACK_PRIORITY_NORMAL = 1
TP_CALLBACK_PRIORITY_LOW = 2
TP_CALLBACK_PRIORITY_INVALID = 3
Implementations§
Source§impl _TP_CALLBACK_PRIORITY
impl _TP_CALLBACK_PRIORITY
pub const TP_CALLBACK_PRIORITY_COUNT: _TP_CALLBACK_PRIORITY = _TP_CALLBACK_PRIORITY::TP_CALLBACK_PRIORITY_INVALID
Trait Implementations§
Source§impl Clone for _TP_CALLBACK_PRIORITY
impl Clone for _TP_CALLBACK_PRIORITY
Source§fn clone(&self) -> _TP_CALLBACK_PRIORITY
fn clone(&self) -> _TP_CALLBACK_PRIORITY
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 _TP_CALLBACK_PRIORITY
impl Debug for _TP_CALLBACK_PRIORITY
Source§impl Hash for _TP_CALLBACK_PRIORITY
impl Hash for _TP_CALLBACK_PRIORITY
Source§impl PartialEq for _TP_CALLBACK_PRIORITY
impl PartialEq for _TP_CALLBACK_PRIORITY
impl Copy for _TP_CALLBACK_PRIORITY
impl Eq for _TP_CALLBACK_PRIORITY
impl StructuralPartialEq for _TP_CALLBACK_PRIORITY
Auto Trait Implementations§
impl Freeze for _TP_CALLBACK_PRIORITY
impl RefUnwindSafe for _TP_CALLBACK_PRIORITY
impl Send for _TP_CALLBACK_PRIORITY
impl Sync for _TP_CALLBACK_PRIORITY
impl Unpin for _TP_CALLBACK_PRIORITY
impl UnwindSafe for _TP_CALLBACK_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