Struct windows_sys::Win32::System::Console::FOCUS_EVENT_RECORD
[−]#[repr(C)]pub struct FOCUS_EVENT_RECORD {
pub bSetFocus: BOOL,
}
Expand description
Required features: "Win32_System_Console"
, "Win32_Foundation"
Fields
bSetFocus: BOOL
Trait Implementations
impl Clone for FOCUS_EVENT_RECORD
impl Clone for FOCUS_EVENT_RECORD
impl Copy for FOCUS_EVENT_RECORD
Auto Trait Implementations
impl RefUnwindSafe for FOCUS_EVENT_RECORD
impl Send for FOCUS_EVENT_RECORD
impl Sync for FOCUS_EVENT_RECORD
impl Unpin for FOCUS_EVENT_RECORD
impl UnwindSafe for FOCUS_EVENT_RECORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more