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