Struct hassle_rs::ffi::IDxcIncludeHandler
source · [−]#[repr(C)]pub struct IDxcIncludeHandler { /* private fields */ }
Implementations
Trait Implementations
sourceimpl ComInterface for IDxcIncludeHandler
impl ComInterface for IDxcIncludeHandler
sourceimpl Debug for IDxcIncludeHandler
impl Debug for IDxcIncludeHandler
sourceimpl Deref for IDxcIncludeHandler
impl Deref for IDxcIncludeHandler
impl AsComPtr<IDxcIncludeHandler> for IDxcIncludeHandler
impl AsComPtr<IUnknown> for IDxcIncludeHandler
Auto Trait Implementations
impl RefUnwindSafe for IDxcIncludeHandler
impl !Send for IDxcIncludeHandler
impl !Sync for IDxcIncludeHandler
impl Unpin for IDxcIncludeHandler
impl UnwindSafe for IDxcIncludeHandler
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