Struct IDxcResult_Vtbl
#[repr(C)]pub struct IDxcResult_Vtbl {
pub base__: IDxcOperationResult_Vtbl,
pub HasOutput: unsafe extern "system" fn(_: *mut c_void, _: DXC_OUT_KIND) -> BOOL,
pub GetOutput: unsafe extern "system" fn(_: *mut c_void, _: DXC_OUT_KIND, _: *const GUID, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNumOutputs: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetOutputByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> DXC_OUT_KIND,
pub PrimaryOutput: unsafe extern "system" fn(_: *mut c_void) -> DXC_OUT_KIND,
}
Fields§
§base__: IDxcOperationResult_Vtbl
§HasOutput: unsafe extern "system" fn(_: *mut c_void, _: DXC_OUT_KIND) -> BOOL
§GetOutput: unsafe extern "system" fn(_: *mut c_void, _: DXC_OUT_KIND, _: *const GUID, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNumOutputs: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetOutputByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> DXC_OUT_KIND
§PrimaryOutput: unsafe extern "system" fn(_: *mut c_void) -> DXC_OUT_KIND
Implementations§
§impl IDxcResult_Vtbl
impl IDxcResult_Vtbl
pub const fn new<Identity: IDxcResult_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDxcResult_Vtbl
impl RefUnwindSafe for IDxcResult_Vtbl
impl Send for IDxcResult_Vtbl
impl Sync for IDxcResult_Vtbl
impl Unpin for IDxcResult_Vtbl
impl UnwindSafe for IDxcResult_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