Struct IDxcOptimizerPass_Vtbl
#[repr(C)]pub struct IDxcOptimizerPass_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetOptionName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetOptionArgCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetOptionArgName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
pub GetOptionArgDescription: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetOptionName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetOptionArgCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetOptionArgName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT
§GetOptionArgDescription: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IDxcOptimizerPass_Vtbl
impl IDxcOptimizerPass_Vtbl
pub const fn new<Identity: IDxcOptimizerPass_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDxcOptimizerPass_Vtbl
impl RefUnwindSafe for IDxcOptimizerPass_Vtbl
impl Send for IDxcOptimizerPass_Vtbl
impl Sync for IDxcOptimizerPass_Vtbl
impl Unpin for IDxcOptimizerPass_Vtbl
impl UnwindSafe for IDxcOptimizerPass_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