#[repr(C)]pub struct D3D12_VIDEO_MOTION_ESTIMATOR_DESC {
pub NodeMask: u32,
pub InputFormat: DXGI_FORMAT,
pub BlockSize: D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE,
pub Precision: D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION,
pub SizeRange: D3D12_VIDEO_SIZE_RANGE,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
NodeMask: u32
InputFormat: DXGI_FORMAT
BlockSize: D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE
Precision: D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION
SizeRange: D3D12_VIDEO_SIZE_RANGE
Trait Implementations
impl Clone for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Clone for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Copy for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Send for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Sync for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Unpin for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl UnwindSafe for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more