#[repr(C)]pub struct IUrlMon {
pub lpVtbl: *mut IUrlMonVtbl,
}
Fields§
§lpVtbl: *mut IUrlMonVtbl
Trait Implementations§
Source§impl Ord for IUrlMon
impl Ord for IUrlMon
Source§impl PartialOrd for IUrlMon
impl PartialOrd for IUrlMon
impl Copy for IUrlMon
impl Eq for IUrlMon
impl StructuralPartialEq for IUrlMon
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