Enum libc::qos_class_t
source · #[repr(u32)]pub enum qos_class_t {
QOS_CLASS_USER_INTERACTIVE,
QOS_CLASS_USER_INITIATED,
QOS_CLASS_DEFAULT,
QOS_CLASS_UTILITY,
QOS_CLASS_BACKGROUND,
QOS_CLASS_UNSPECIFIED,
}
Variants§
QOS_CLASS_USER_INTERACTIVE
QOS_CLASS_USER_INITIATED
QOS_CLASS_DEFAULT
QOS_CLASS_UTILITY
QOS_CLASS_BACKGROUND
QOS_CLASS_UNSPECIFIED
Trait Implementations§
source§impl Clone for qos_class_t
impl Clone for qos_class_t
source§fn clone(&self) -> qos_class_t
fn clone(&self) -> qos_class_t
Returns a copy 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 qos_class_t
impl Debug for qos_class_t
impl Copy for qos_class_t
Auto Trait Implementations§
impl RefUnwindSafe for qos_class_t
impl Send for qos_class_t
impl Sync for qos_class_t
impl Unpin for qos_class_t
impl UnwindSafe for qos_class_t
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