Struct hassle_rs::intellisense::IDxcUnsavedFile
source · [−]#[repr(C)]pub struct IDxcUnsavedFile { /* private fields */ }
Implementations
sourceimpl IDxcUnsavedFile
impl IDxcUnsavedFile
pub unsafe fn get_file_name(&self, file_name: *mut LPSTR) -> HRESULT
pub unsafe fn get_contents(&self, contents: *mut LPSTR) -> HRESULT
pub unsafe fn get_length(&self, lenth: *mut u32) -> HRESULT
Trait Implementations
sourceimpl ComInterface for IDxcUnsavedFile
impl ComInterface for IDxcUnsavedFile
sourceimpl Debug for IDxcUnsavedFile
impl Debug for IDxcUnsavedFile
sourceimpl Deref for IDxcUnsavedFile
impl Deref for IDxcUnsavedFile
impl AsComPtr<IDxcUnsavedFile> for IDxcUnsavedFile
impl AsComPtr<IUnknown> for IDxcUnsavedFile
Auto Trait Implementations
impl RefUnwindSafe for IDxcUnsavedFile
impl !Send for IDxcUnsavedFile
impl !Sync for IDxcUnsavedFile
impl Unpin for IDxcUnsavedFile
impl UnwindSafe for IDxcUnsavedFile
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