windows::Win32::Media::MediaFoundation

Trait IFileClient_Impl

pub trait IFileClient_Impl: IUnknownImpl {
    // Required methods
    fn GetObjectDiskSize(&self, pqwsize: *mut u64) -> Result<()>;
    fn Write(&self, pfio: Ref<'_, IFileIo>) -> Result<()>;
    fn Read(&self, pfio: Ref<'_, IFileIo>) -> Result<()>;
}

Required Methods§

fn GetObjectDiskSize(&self, pqwsize: *mut u64) -> Result<()>

fn Write(&self, pfio: Ref<'_, IFileIo>) -> Result<()>

fn Read(&self, pfio: Ref<'_, IFileIo>) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§