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