#[repr(C)]pub struct IUrlHistoryNotifyVtbl {
pub parent: IOleCommandTargetVtbl,
}Fields§
§parent: IOleCommandTargetVtblAuto Trait Implementations§
impl Freeze for IUrlHistoryNotifyVtbl
impl RefUnwindSafe for IUrlHistoryNotifyVtbl
impl Send for IUrlHistoryNotifyVtbl
impl Sync for IUrlHistoryNotifyVtbl
impl Unpin for IUrlHistoryNotifyVtbl
impl UnwindSafe for IUrlHistoryNotifyVtbl
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