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