#[repr(C)]pub struct ITypeLibRegistrationReaderVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader) -> ULONG>,
pub EnumTypeLibRegistrations: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader, ppEnumUnknown: *mut *mut IEnumUnknown) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader) -> ULONG>§EnumTypeLibRegistrations: Option<unsafe extern "stdcall" fn(This: *mut ITypeLibRegistrationReader, ppEnumUnknown: *mut *mut IEnumUnknown) -> HRESULT>Trait Implementations§
Source§impl Clone for ITypeLibRegistrationReaderVtbl
impl Clone for ITypeLibRegistrationReaderVtbl
Source§fn clone(&self) -> ITypeLibRegistrationReaderVtbl
fn clone(&self) -> ITypeLibRegistrationReaderVtbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ITypeLibRegistrationReaderVtbl
Auto Trait Implementations§
impl Freeze for ITypeLibRegistrationReaderVtbl
impl RefUnwindSafe for ITypeLibRegistrationReaderVtbl
impl Send for ITypeLibRegistrationReaderVtbl
impl Sync for ITypeLibRegistrationReaderVtbl
impl Unpin for ITypeLibRegistrationReaderVtbl
impl UnwindSafe for ITypeLibRegistrationReaderVtbl
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