Trait ID3D12VideoMotionEstimator_Impl
pub trait ID3D12VideoMotionEstimator_Impl: ID3D12Pageable_Impl {
// Required methods
fn GetDesc(&self) -> D3D12_VIDEO_MOTION_ESTIMATOR_DESC;
fn GetProtectedResourceSession(
&self,
riid: *const GUID,
ppprotectedsession: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
fn GetDesc(&self) -> D3D12_VIDEO_MOTION_ESTIMATOR_DESC
fn GetProtectedResourceSession( &self, riid: *const GUID, ppprotectedsession: *mut *mut c_void, ) -> 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.