#[repr(C)]pub struct ICreateTypeLibVtbl {Show 13 fields
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> ULONG>,
pub CreateTypeInfo: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szName: LPOLESTR, tkind: TYPEKIND, ppCTInfo: *mut *mut ICreateTypeInfo) -> HRESULT>,
pub SetName: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szName: LPOLESTR) -> HRESULT>,
pub SetVersion: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT>,
pub SetGuid: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, guid: *const GUID) -> HRESULT>,
pub SetDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szDoc: LPOLESTR) -> HRESULT>,
pub SetHelpFileName: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szHelpFileName: LPOLESTR) -> HRESULT>,
pub SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, dwHelpContext: DWORD) -> HRESULT>,
pub SetLcid: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, lcid: LCID) -> HRESULT>,
pub SetLibFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, uLibFlags: UINT) -> HRESULT>,
pub SaveAllChanges: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> ULONG>
§CreateTypeInfo: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szName: LPOLESTR, tkind: TYPEKIND, ppCTInfo: *mut *mut ICreateTypeInfo) -> HRESULT>
§SetName: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szName: LPOLESTR) -> HRESULT>
§SetVersion: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT>
§SetGuid: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, guid: *const GUID) -> HRESULT>
§SetDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szDoc: LPOLESTR) -> HRESULT>
§SetHelpFileName: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, szHelpFileName: LPOLESTR) -> HRESULT>
§SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, dwHelpContext: DWORD) -> HRESULT>
§SetLcid: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, lcid: LCID) -> HRESULT>
§SetLibFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib, uLibFlags: UINT) -> HRESULT>
§SaveAllChanges: Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> HRESULT>
Trait Implementations§
Source§impl Clone for ICreateTypeLibVtbl
impl Clone for ICreateTypeLibVtbl
Source§fn clone(&self) -> ICreateTypeLibVtbl
fn clone(&self) -> ICreateTypeLibVtbl
Returns a copy 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 moreSource§impl Debug for ICreateTypeLibVtbl
impl Debug for ICreateTypeLibVtbl
Source§impl Ord for ICreateTypeLibVtbl
impl Ord for ICreateTypeLibVtbl
Source§fn cmp(&self, other: &ICreateTypeLibVtbl) -> Ordering
fn cmp(&self, other: &ICreateTypeLibVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ICreateTypeLibVtbl
impl PartialEq for ICreateTypeLibVtbl
Source§impl PartialOrd for ICreateTypeLibVtbl
impl PartialOrd for ICreateTypeLibVtbl
impl Copy for ICreateTypeLibVtbl
impl Eq for ICreateTypeLibVtbl
impl StructuralPartialEq for ICreateTypeLibVtbl
Auto Trait Implementations§
impl Freeze for ICreateTypeLibVtbl
impl RefUnwindSafe for ICreateTypeLibVtbl
impl Send for ICreateTypeLibVtbl
impl Sync for ICreateTypeLibVtbl
impl Unpin for ICreateTypeLibVtbl
impl UnwindSafe for ICreateTypeLibVtbl
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