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