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