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