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