#[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 (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 IOleWindow
Auto Trait Implementations§
impl !Send for IOleWindow
impl !Sync for IOleWindow
impl Freeze for IOleWindow
impl RefUnwindSafe for IOleWindow
impl Unpin for IOleWindow
impl UnsafeUnpin 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