#[repr(i64)]pub enum NSOperationQueuePriority {
VeryLow = -8,
Low = -4,
Normal = 0,
High = 4,
VeryHigh = 8,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSOperationQueuePriority
impl RefUnwindSafe for NSOperationQueuePriority
impl Send for NSOperationQueuePriority
impl Sync for NSOperationQueuePriority
impl Unpin for NSOperationQueuePriority
impl UnwindSafe for NSOperationQueuePriority
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