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