Struct ITypeName_Vtbl
#[repr(C)]pub struct ITypeName_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetNameCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub GetTypeArgumentCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetTypeArguments: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub GetModifierLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetModifiers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetAssemblyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNameCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§GetTypeArgumentCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetTypeArguments: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§GetModifierLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetModifiers: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut u32) -> HRESULT
§GetAssemblyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITypeName_Vtbl
impl ITypeName_Vtbl
pub const fn new<Identity: ITypeName_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITypeName_Vtbl
impl RefUnwindSafe for ITypeName_Vtbl
impl Send for ITypeName_Vtbl
impl Sync for ITypeName_Vtbl
impl Unpin for ITypeName_Vtbl
impl UnwindSafe for ITypeName_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