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