#[repr(C)]pub struct DXVA2_ExtendedFormat {
pub value: UINT,
}
Fields§
§value: UINT
Implementations§
Source§impl DXVA2_ExtendedFormat
impl DXVA2_ExtendedFormat
pub fn SampleFormat(&self) -> UINT
pub fn set_SampleFormat(&mut self, val: UINT)
pub fn VideoChromaSubsampling(&self) -> UINT
pub fn set_VideoChromaSubsampling(&mut self, val: UINT)
pub fn NominalRange(&self) -> UINT
pub fn set_NominalRange(&mut self, val: UINT)
pub fn VideoTransferMatrix(&self) -> UINT
pub fn set_VideoTransferMatrix(&mut self, val: UINT)
pub fn VideoLighting(&self) -> UINT
pub fn set_VideoLighting(&mut self, val: UINT)
pub fn VideoPrimaries(&self) -> UINT
pub fn set_VideoPrimaries(&mut self, val: UINT)
pub fn VideoTransferFunction(&self) -> UINT
pub fn set_VideoTransferFunction(&mut self, val: UINT)
Trait Implementations§
Source§impl Clone for DXVA2_ExtendedFormat
impl Clone for DXVA2_ExtendedFormat
Source§fn clone(&self) -> DXVA2_ExtendedFormat
fn clone(&self) -> DXVA2_ExtendedFormat
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 moreSource§impl Default for DXVA2_ExtendedFormat
impl Default for DXVA2_ExtendedFormat
Source§fn default() -> DXVA2_ExtendedFormat
fn default() -> DXVA2_ExtendedFormat
Returns the “default value” for a type. Read more
impl Copy for DXVA2_ExtendedFormat
Auto Trait Implementations§
impl Freeze for DXVA2_ExtendedFormat
impl RefUnwindSafe for DXVA2_ExtendedFormat
impl Send for DXVA2_ExtendedFormat
impl Sync for DXVA2_ExtendedFormat
impl Unpin for DXVA2_ExtendedFormat
impl UnwindSafe for DXVA2_ExtendedFormat
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