#[repr(C)]pub struct IUrlHistoryNotify {
pub lpVtbl: *const IUrlHistoryNotifyVtbl,
}
Fields§
§lpVtbl: *const IUrlHistoryNotifyVtbl
Methods from Deref<Target = IOleCommandTarget>§
Trait Implementations§
Source§impl Deref for IUrlHistoryNotify
impl Deref for IUrlHistoryNotify
Source§type Target = IOleCommandTarget
type Target = IOleCommandTarget
The resulting type after dereferencing.
Source§fn deref(&self) -> &IOleCommandTarget
fn deref(&self) -> &IOleCommandTarget
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IUrlHistoryNotify
impl RefUnwindSafe for IUrlHistoryNotify
impl !Send for IUrlHistoryNotify
impl !Sync for IUrlHistoryNotify
impl Unpin for IUrlHistoryNotify
impl UnwindSafe for IUrlHistoryNotify
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