#[repr(C)]pub struct IOleInPlaceFrame {
pub lpVtbl: *mut IOleInPlaceFrameVtbl,
}
Fields§
§lpVtbl: *mut IOleInPlaceFrameVtbl
Trait Implementations§
Source§impl Clone for IOleInPlaceFrame
impl Clone for IOleInPlaceFrame
Source§fn clone(&self) -> IOleInPlaceFrame
fn clone(&self) -> IOleInPlaceFrame
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 IOleInPlaceFrame
impl Debug for IOleInPlaceFrame
Source§impl Ord for IOleInPlaceFrame
impl Ord for IOleInPlaceFrame
Source§fn cmp(&self, other: &IOleInPlaceFrame) -> Ordering
fn cmp(&self, other: &IOleInPlaceFrame) -> 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 IOleInPlaceFrame
impl PartialEq for IOleInPlaceFrame
Source§impl PartialOrd for IOleInPlaceFrame
impl PartialOrd for IOleInPlaceFrame
impl Copy for IOleInPlaceFrame
impl Eq for IOleInPlaceFrame
impl StructuralPartialEq 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