Struct D3D12_VIDEO_SIZE_RANGE
#[repr(C)]pub struct D3D12_VIDEO_SIZE_RANGE {
pub MaxWidth: u32,
pub MaxHeight: u32,
pub MinWidth: u32,
pub MinHeight: u32,
}
Fields§
§MaxWidth: u32
§MaxHeight: u32
§MinWidth: u32
§MinHeight: u32
Trait Implementations§
§impl Clone for D3D12_VIDEO_SIZE_RANGE
impl Clone for D3D12_VIDEO_SIZE_RANGE
§fn clone(&self) -> D3D12_VIDEO_SIZE_RANGE
fn clone(&self) -> D3D12_VIDEO_SIZE_RANGE
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_SIZE_RANGE
impl Debug for D3D12_VIDEO_SIZE_RANGE
§impl Default for D3D12_VIDEO_SIZE_RANGE
impl Default for D3D12_VIDEO_SIZE_RANGE
§impl PartialEq for D3D12_VIDEO_SIZE_RANGE
impl PartialEq for D3D12_VIDEO_SIZE_RANGE
impl Copy for D3D12_VIDEO_SIZE_RANGE
impl StructuralPartialEq for D3D12_VIDEO_SIZE_RANGE
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_SIZE_RANGE
impl RefUnwindSafe for D3D12_VIDEO_SIZE_RANGE
impl Send for D3D12_VIDEO_SIZE_RANGE
impl Sync for D3D12_VIDEO_SIZE_RANGE
impl Unpin for D3D12_VIDEO_SIZE_RANGE
impl UnwindSafe for D3D12_VIDEO_SIZE_RANGE
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