IPrefetchableSupportTrait

Trait IPrefetchableSupportTrait 

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

Required Methods§

Source

unsafe fn getPrefetchableSupport( &self, prefetchable: *mut PrefetchableSupport, ) -> tresult

Implementors§