#[repr(C)]pub struct IOleWindow {
pub lpVtbl: *mut IOleWindowVtbl,
}Fields§
§lpVtbl: *mut IOleWindowVtblTrait Implementations§
Source§impl Clone for IOleWindow
impl Clone for IOleWindow
Source§fn clone(&self) -> IOleWindow
fn clone(&self) -> IOleWindow
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 IOleWindow
impl Debug for IOleWindow
impl Copy 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