Struct windows_native::ntpsapi::PROCESS_PRIORITY_CLASS
source ยท #[repr(C)]pub struct PROCESS_PRIORITY_CLASS {
pub Foreground: BOOLEAN,
pub PriorityClass: u8,
}Fieldsยง
ยงForeground: BOOLEANยงPriorityClass: u8Trait Implementationsยง
sourceยงimpl Debug for PROCESS_PRIORITY_CLASS
impl Debug 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ยง
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