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