#[repr(C)]pub struct IShowWindowEvent {
pub lpVtbl: *mut IShowWindowEventVtbl,
}
Fields§
§lpVtbl: *mut IShowWindowEventVtbl
Trait Implementations§
Source§impl Clone for IShowWindowEvent
impl Clone for IShowWindowEvent
Source§fn clone(&self) -> IShowWindowEvent
fn clone(&self) -> IShowWindowEvent
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 Debug for IShowWindowEvent
impl Debug for IShowWindowEvent
impl Copy for IShowWindowEvent
Auto Trait Implementations§
impl Freeze for IShowWindowEvent
impl RefUnwindSafe for IShowWindowEvent
impl !Send for IShowWindowEvent
impl !Sync for IShowWindowEvent
impl Unpin for IShowWindowEvent
impl UnwindSafe for IShowWindowEvent
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