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