#[repr(i32)]pub enum _PRIORITY_HINT {
IoPriorityHintVeryLow = 0,
IoPriorityHintLow = 1,
IoPriorityHintNormal = 2,
MaximumIoPriorityHintType = 3,
}Variants§
IoPriorityHintVeryLow = 0
IoPriorityHintLow = 1
IoPriorityHintNormal = 2
MaximumIoPriorityHintType = 3
Trait Implementations§
Source§impl Clone for _PRIORITY_HINT
impl Clone for _PRIORITY_HINT
Source§fn clone(&self) -> _PRIORITY_HINT
fn clone(&self) -> _PRIORITY_HINT
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 _PRIORITY_HINT
impl Debug for _PRIORITY_HINT
Source§impl Hash for _PRIORITY_HINT
impl Hash for _PRIORITY_HINT
Source§impl PartialEq for _PRIORITY_HINT
impl PartialEq for _PRIORITY_HINT
impl Copy for _PRIORITY_HINT
impl Eq for _PRIORITY_HINT
impl StructuralPartialEq for _PRIORITY_HINT
Auto Trait Implementations§
impl Freeze for _PRIORITY_HINT
impl RefUnwindSafe for _PRIORITY_HINT
impl Send for _PRIORITY_HINT
impl Sync for _PRIORITY_HINT
impl Unpin for _PRIORITY_HINT
impl UnwindSafe for _PRIORITY_HINT
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