Struct IMetaDataAssemblyEmit_Vtbl
#[repr(C)]pub struct IMetaDataAssemblyEmit_Vtbl {
pub base__: IUnknown_Vtbl,
pub DefineAssembly: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: u32, _: *mut u32) -> HRESULT,
pub DefineAssemblyRef: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: *const c_void, _: u32, _: u32, _: *mut u32) -> HRESULT,
pub DefineFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const c_void, _: u32, _: u32, _: *mut u32) -> HRESULT,
pub DefineExportedType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut u32) -> HRESULT,
pub DefineManifestResource: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut u32) -> HRESULT,
pub SetAssemblyProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: u32, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: u32) -> HRESULT,
pub SetAssemblyRefProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: *const c_void, _: u32, _: u32) -> HRESULT,
pub SetFileProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: u32, _: u32) -> HRESULT,
pub SetExportedTypeProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT,
pub SetManifestResourceProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DefineAssembly: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: u32, _: *mut u32) -> HRESULT
§DefineAssemblyRef: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: *const c_void, _: u32, _: u32, _: *mut u32) -> HRESULT
§DefineFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const c_void, _: u32, _: u32, _: *mut u32) -> HRESULT
§DefineExportedType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut u32) -> HRESULT
§DefineManifestResource: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: u32, _: *mut u32) -> HRESULT
§SetAssemblyProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: u32, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: u32) -> HRESULT
§SetAssemblyRefProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: u32, _: PCWSTR, _: *const ASSEMBLYMETADATA, _: *const c_void, _: u32, _: u32) -> HRESULT
§SetFileProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: u32, _: u32) -> HRESULT
§SetExportedTypeProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT
§SetManifestResourceProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT
Implementations§
§impl IMetaDataAssemblyEmit_Vtbl
impl IMetaDataAssemblyEmit_Vtbl
pub const fn new<Identity: IMetaDataAssemblyEmit_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMetaDataAssemblyEmit_Vtbl
impl RefUnwindSafe for IMetaDataAssemblyEmit_Vtbl
impl Send for IMetaDataAssemblyEmit_Vtbl
impl Sync for IMetaDataAssemblyEmit_Vtbl
impl Unpin for IMetaDataAssemblyEmit_Vtbl
impl UnwindSafe for IMetaDataAssemblyEmit_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