Struct D3D12_VIDEO_MOTION_ESTIMATOR_DESC
#[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,
}
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
§fn clone(&self) -> D3D12_VIDEO_MOTION_ESTIMATOR_DESC
fn clone(&self) -> D3D12_VIDEO_MOTION_ESTIMATOR_DESC
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Debug for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl Copy for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
impl StructuralPartialEq for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_MOTION_ESTIMATOR_DESC
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more