Struct windows_native::ntpsapi::PROCESS_PRIORITY_CLASS_EX_1_1
source ยท #[repr(C)]#[repr(align(2))]pub struct PROCESS_PRIORITY_CLASS_EX_1_1 {
pub padding_0: u8,
/* private fields */
}Fieldsยง
ยงpadding_0: u8Implementationsยง
sourceยงimpl PROCESS_PRIORITY_CLASS_EX_1_1
impl PROCESS_PRIORITY_CLASS_EX_1_1
pub fn ForegroundValid(&self) -> u16
pub fn set_ForegroundValid(&mut self, val: u16)
pub fn PriorityClassValid(&self) -> u16
pub fn set_PriorityClassValid(&mut self, val: u16)
pub fn new_bitfield_1( ForegroundValid: u16, PriorityClassValid: u16 ) -> BitfieldUnit<[u8; 1]>
Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESS_PRIORITY_CLASS_EX_1_1
impl Send for PROCESS_PRIORITY_CLASS_EX_1_1
impl Sync for PROCESS_PRIORITY_CLASS_EX_1_1
impl Unpin for PROCESS_PRIORITY_CLASS_EX_1_1
impl UnwindSafe for PROCESS_PRIORITY_CLASS_EX_1_1
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