Struct winapi::um::winuser::CBTACTIVATESTRUCT
source · #[repr(C)]pub struct CBTACTIVATESTRUCT {
pub fMouse: BOOL,
pub hWndActive: HWND,
}
Fields§
§fMouse: BOOL
§hWndActive: HWND
Trait Implementations§
source§impl Clone for CBTACTIVATESTRUCT
impl Clone for CBTACTIVATESTRUCT
source§fn clone(&self) -> CBTACTIVATESTRUCT
fn clone(&self) -> CBTACTIVATESTRUCT
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 moresource§impl Default for CBTACTIVATESTRUCT
impl Default for CBTACTIVATESTRUCT
source§fn default() -> CBTACTIVATESTRUCT
fn default() -> CBTACTIVATESTRUCT
Returns the “default value” for a type. Read more