Struct hassle_rs::ffi::IDxcOptimizerPass
source · [−]#[repr(C)]pub struct IDxcOptimizerPass { /* private fields */ }
Implementations
sourceimpl IDxcOptimizerPass
impl IDxcOptimizerPass
pub unsafe fn get_option_name(&self, result: *mut LPWSTR) -> HRESULT
pub unsafe fn get_description(&self, result: *mut LPWSTR) -> HRESULT
pub unsafe fn get_option_arg_count(&self, count: *mut u32) -> HRESULT
pub unsafe fn get_option_arg_name(
&self,
arg_idx: u32,
result: *mut LPWSTR
) -> HRESULT
pub unsafe fn get_option_arg_description(
&self,
arg_idx: u32,
result: *mut LPWSTR
) -> HRESULT
Trait Implementations
sourceimpl ComInterface for IDxcOptimizerPass
impl ComInterface for IDxcOptimizerPass
sourceimpl Debug for IDxcOptimizerPass
impl Debug for IDxcOptimizerPass
sourceimpl Deref for IDxcOptimizerPass
impl Deref for IDxcOptimizerPass
impl AsComPtr<IDxcOptimizerPass> for IDxcOptimizerPass
impl AsComPtr<IUnknown> for IDxcOptimizerPass
Auto Trait Implementations
impl RefUnwindSafe for IDxcOptimizerPass
impl !Send for IDxcOptimizerPass
impl !Sync for IDxcOptimizerPass
impl Unpin for IDxcOptimizerPass
impl UnwindSafe for IDxcOptimizerPass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more