#[repr(C)]pub struct IOleCommandTarget {
pub lpVtbl: *const IOleCommandTargetVtbl,
}
Fields§
§lpVtbl: *const IOleCommandTargetVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IOleCommandTarget
impl Deref for IOleCommandTarget
Auto Trait Implementations§
impl Freeze for IOleCommandTarget
impl RefUnwindSafe for IOleCommandTarget
impl !Send for IOleCommandTarget
impl !Sync for IOleCommandTarget
impl Unpin for IOleCommandTarget
impl UnwindSafe for IOleCommandTarget
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