#[repr(C)]pub struct IShowWindowEvent {
pub lpVtbl: *mut IShowWindowEventVtbl,
}Fields§
§lpVtbl: *mut IShowWindowEventVtblTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IShowWindowEvent
Auto Trait Implementations§
impl !Send for IShowWindowEvent
impl !Sync for IShowWindowEvent
impl Freeze for IShowWindowEvent
impl RefUnwindSafe for IShowWindowEvent
impl Unpin for IShowWindowEvent
impl UnsafeUnpin 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