#[repr(C)]pub struct IOleWindow {
pub lpVtbl: *mut IOleWindowVtbl,
}
Fields§
§lpVtbl: *mut IOleWindowVtbl
Trait Implementations§
Source§impl Clone for IOleWindow
impl Clone for IOleWindow
Source§fn clone(&self) -> IOleWindow
fn clone(&self) -> IOleWindow
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 IOleWindow
impl Debug for IOleWindow
Source§impl Ord for IOleWindow
impl Ord for IOleWindow
Source§fn cmp(&self, other: &IOleWindow) -> Ordering
fn cmp(&self, other: &IOleWindow) -> 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 IOleWindow
impl PartialEq for IOleWindow
Source§impl PartialOrd for IOleWindow
impl PartialOrd for IOleWindow
impl Copy for IOleWindow
impl Eq for IOleWindow
impl StructuralPartialEq for IOleWindow
Auto Trait Implementations§
impl Freeze for IOleWindow
impl RefUnwindSafe for IOleWindow
impl !Send for IOleWindow
impl !Sync for IOleWindow
impl Unpin for IOleWindow
impl UnwindSafe for IOleWindow
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