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