#[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 duplicate 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
impl Copy for CBTACTIVATESTRUCT
Auto Trait Implementations§
impl Freeze for CBTACTIVATESTRUCT
impl RefUnwindSafe for CBTACTIVATESTRUCT
impl !Send for CBTACTIVATESTRUCT
impl !Sync for CBTACTIVATESTRUCT
impl Unpin for CBTACTIVATESTRUCT
impl UnwindSafe for CBTACTIVATESTRUCT
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