Struct ntapi::ntpsapi::PROCESS_PRIORITY_CLASS
source · [−]Fields
Foreground: BOOLEAN
PriorityClass: UCHAR
Trait Implementations
sourceimpl Clone for PROCESS_PRIORITY_CLASS
impl Clone for PROCESS_PRIORITY_CLASS
sourcefn clone(&self) -> PROCESS_PRIORITY_CLASS
fn clone(&self) -> PROCESS_PRIORITY_CLASS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESS_PRIORITY_CLASS
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_PRIORITY_CLASS
impl Send for PROCESS_PRIORITY_CLASS
impl Sync for PROCESS_PRIORITY_CLASS
impl Unpin for PROCESS_PRIORITY_CLASS
impl UnwindSafe for PROCESS_PRIORITY_CLASS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more