Struct CONSOLESETFOREGROUND
#[repr(C)]pub struct CONSOLESETFOREGROUND {
pub hProcess: HANDLE,
pub bForeground: BOOL,
}
Fields§
§hProcess: HANDLE
§bForeground: BOOL
Trait Implementations§
§impl Clone for CONSOLESETFOREGROUND
impl Clone for CONSOLESETFOREGROUND
§fn clone(&self) -> CONSOLESETFOREGROUND
fn clone(&self) -> CONSOLESETFOREGROUND
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CONSOLESETFOREGROUND
Auto Trait Implementations§
impl Freeze for CONSOLESETFOREGROUND
impl RefUnwindSafe for CONSOLESETFOREGROUND
impl !Send for CONSOLESETFOREGROUND
impl !Sync for CONSOLESETFOREGROUND
impl Unpin for CONSOLESETFOREGROUND
impl UnwindSafe for CONSOLESETFOREGROUND
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