Struct D3D12_VIDEO_FORMAT
#[repr(C)]pub struct D3D12_VIDEO_FORMAT {
pub Format: DXGI_FORMAT,
pub ColorSpace: DXGI_COLOR_SPACE_TYPE,
}
Fields§
§Format: DXGI_FORMAT
§ColorSpace: DXGI_COLOR_SPACE_TYPE
Trait Implementations§
§impl Clone for D3D12_VIDEO_FORMAT
impl Clone for D3D12_VIDEO_FORMAT
§fn clone(&self) -> D3D12_VIDEO_FORMAT
fn clone(&self) -> D3D12_VIDEO_FORMAT
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_FORMAT
impl Debug for D3D12_VIDEO_FORMAT
§impl Default for D3D12_VIDEO_FORMAT
impl Default for D3D12_VIDEO_FORMAT
§impl PartialEq for D3D12_VIDEO_FORMAT
impl PartialEq for D3D12_VIDEO_FORMAT
impl Copy for D3D12_VIDEO_FORMAT
impl StructuralPartialEq for D3D12_VIDEO_FORMAT
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_FORMAT
impl RefUnwindSafe for D3D12_VIDEO_FORMAT
impl Send for D3D12_VIDEO_FORMAT
impl Sync for D3D12_VIDEO_FORMAT
impl Unpin for D3D12_VIDEO_FORMAT
impl UnwindSafe for D3D12_VIDEO_FORMAT
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