Struct DXVA_VideoTransferMatrix
#[repr(transparent)]pub struct DXVA_VideoTransferMatrix(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DXVA_VideoTransferMatrix
impl Clone for DXVA_VideoTransferMatrix
§fn clone(&self) -> DXVA_VideoTransferMatrix
fn clone(&self) -> DXVA_VideoTransferMatrix
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 DXVA_VideoTransferMatrix
impl Debug for DXVA_VideoTransferMatrix
§impl Default for DXVA_VideoTransferMatrix
impl Default for DXVA_VideoTransferMatrix
§fn default() -> DXVA_VideoTransferMatrix
fn default() -> DXVA_VideoTransferMatrix
Returns the “default value” for a type. Read more
§impl PartialEq for DXVA_VideoTransferMatrix
impl PartialEq for DXVA_VideoTransferMatrix
impl Copy for DXVA_VideoTransferMatrix
impl Eq for DXVA_VideoTransferMatrix
impl StructuralPartialEq for DXVA_VideoTransferMatrix
Auto Trait Implementations§
impl Freeze for DXVA_VideoTransferMatrix
impl RefUnwindSafe for DXVA_VideoTransferMatrix
impl Send for DXVA_VideoTransferMatrix
impl Sync for DXVA_VideoTransferMatrix
impl Unpin for DXVA_VideoTransferMatrix
impl UnwindSafe for DXVA_VideoTransferMatrix
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