Struct windows::Win32::System::ClrHosting::ITypeNameBuilder_Vtbl
#[repr(C)]pub struct ITypeNameBuilder_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub OpenGenericArguments: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloseGenericArguments: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OpenGenericArgument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloseGenericArgument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AddPointer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddByRef: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddSzArray: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddArray: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub AddAssemblySpec: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ToString: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OpenGenericArguments: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CloseGenericArguments: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OpenGenericArgument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CloseGenericArgument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AddPointer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddByRef: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddSzArray: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddArray: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§AddAssemblySpec: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ToString: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITypeNameBuilder_Vtbl
impl ITypeNameBuilder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITypeNameBuilder_Vtblwhere
Identity: ITypeNameBuilder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITypeNameBuilder_Vtbl
impl RefUnwindSafe for ITypeNameBuilder_Vtbl
impl Send for ITypeNameBuilder_Vtbl
impl Sync for ITypeNameBuilder_Vtbl
impl Unpin for ITypeNameBuilder_Vtbl
impl UnwindSafe for ITypeNameBuilder_Vtbl
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