pub struct IOleInPlaceObject(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IOleInPlaceObject
impl !Sync for IOleInPlaceObject
impl Freeze for IOleInPlaceObject
impl RefUnwindSafe for IOleInPlaceObject
impl Unpin for IOleInPlaceObject
impl UnsafeUnpin for IOleInPlaceObject
impl UnwindSafe for IOleInPlaceObject
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