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