#[repr(i64)]pub enum NSQualityOfService {
UserInteractive = 33,
UserInitiated = 25,
Utility = 17,
Background = 9,
Default = -1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSQualityOfService
impl RefUnwindSafe for NSQualityOfService
impl Send for NSQualityOfService
impl Sync for NSQualityOfService
impl Unpin for NSQualityOfService
impl UnwindSafe for NSQualityOfService
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