#[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
Source§impl Ord for IOleInPlaceUIWindow
impl Ord for IOleInPlaceUIWindow
Source§fn cmp(&self, other: &IOleInPlaceUIWindow) -> Ordering
fn cmp(&self, other: &IOleInPlaceUIWindow) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IOleInPlaceUIWindow
impl PartialEq for IOleInPlaceUIWindow
Source§impl PartialOrd for IOleInPlaceUIWindow
impl PartialOrd for IOleInPlaceUIWindow
impl Copy for IOleInPlaceUIWindow
impl Eq for IOleInPlaceUIWindow
impl StructuralPartialEq for IOleInPlaceUIWindow
Auto Trait Implementations§
impl Freeze for IOleInPlaceUIWindow
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