pub trait IPrefetchableSupportTrait {
    // Required method
    unsafe fn getPrefetchableSupport(
        &self,
        prefetchable: *mut PrefetchableSupport
    ) -> tresult;
}

Required Methods§

Implementors§