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