Struct CBTACTIVATESTRUCT
#[repr(C)]pub struct CBTACTIVATESTRUCT {
pub fMouse: BOOL,
pub hWndActive: HWND,
}
Fields§
§fMouse: BOOL
§hWndActive: HWND
Trait Implementations§
§impl Clone for CBTACTIVATESTRUCT
impl Clone for CBTACTIVATESTRUCT
§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 moreimpl 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