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