Struct windows_native::ntpsapi::PROCESS_PRIORITY_CLASS_EX
source ยท #[repr(C)]pub struct PROCESS_PRIORITY_CLASS_EX {
pub Anonymous1: PROCESS_PRIORITY_CLASS_EX_1,
pub PriorityClass: u8,
pub Foreground: BOOLEAN,
}Fieldsยง
ยงAnonymous1: PROCESS_PRIORITY_CLASS_EX_1ยงPriorityClass: u8ยงForeground: BOOLEANTrait Implementationsยง
sourceยงimpl Debug for PROCESS_PRIORITY_CLASS_EX
impl Debug for PROCESS_PRIORITY_CLASS_EX
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESS_PRIORITY_CLASS_EX
impl Send for PROCESS_PRIORITY_CLASS_EX
impl Sync for PROCESS_PRIORITY_CLASS_EX
impl Unpin for PROCESS_PRIORITY_CLASS_EX
impl UnwindSafe for PROCESS_PRIORITY_CLASS_EX
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