windows::Win32::System::WindowsSync

Trait ICoreFragmentInspector_Impl

pub trait ICoreFragmentInspector_Impl: IUnknownImpl {
    // Required methods
    fn NextCoreFragments(
        &self,
        requestedcount: u32,
        ppicorefragments: OutRef<'_, ICoreFragment>,
        pfetchedcount: *mut u32,
    ) -> Result<()>;
    fn Reset(&self) -> Result<()>;
}

Required Methods§

fn NextCoreFragments( &self, requestedcount: u32, ppicorefragments: OutRef<'_, ICoreFragment>, pfetchedcount: *mut u32, ) -> Result<()>

fn Reset(&self) -> 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§