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