Struct IDxcCompiler_Vtbl
#[repr(C)]pub struct IDxcCompiler_Vtbl {
pub base__: IUnknown_Vtbl,
pub Compile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const PCWSTR, _: u32, _: *const DxcDefine, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Preprocess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: *const PCWSTR, _: u32, _: *const DxcDefine, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Disassemble: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Compile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const PCWSTR, _: u32, _: *const DxcDefine, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Preprocess: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: *const PCWSTR, _: u32, _: *const DxcDefine, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Disassemble: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDxcCompiler_Vtbl
impl IDxcCompiler_Vtbl
pub const fn new<Identity: IDxcCompiler_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDxcCompiler_Vtbl
impl RefUnwindSafe for IDxcCompiler_Vtbl
impl Send for IDxcCompiler_Vtbl
impl Sync for IDxcCompiler_Vtbl
impl Unpin for IDxcCompiler_Vtbl
impl UnwindSafe for IDxcCompiler_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