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