Struct eAVDecVideoSoftwareDeinterlaceMode
#[repr(transparent)]pub struct eAVDecVideoSoftwareDeinterlaceMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for eAVDecVideoSoftwareDeinterlaceMode
impl Clone for eAVDecVideoSoftwareDeinterlaceMode
§fn clone(&self) -> eAVDecVideoSoftwareDeinterlaceMode
fn clone(&self) -> eAVDecVideoSoftwareDeinterlaceMode
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 eAVDecVideoSoftwareDeinterlaceMode
impl Debug for eAVDecVideoSoftwareDeinterlaceMode
§impl Default for eAVDecVideoSoftwareDeinterlaceMode
impl Default for eAVDecVideoSoftwareDeinterlaceMode
§fn default() -> eAVDecVideoSoftwareDeinterlaceMode
fn default() -> eAVDecVideoSoftwareDeinterlaceMode
Returns the “default value” for a type. Read more
§impl PartialEq for eAVDecVideoSoftwareDeinterlaceMode
impl PartialEq for eAVDecVideoSoftwareDeinterlaceMode
§fn eq(&self, other: &eAVDecVideoSoftwareDeinterlaceMode) -> bool
fn eq(&self, other: &eAVDecVideoSoftwareDeinterlaceMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for eAVDecVideoSoftwareDeinterlaceMode
impl Eq for eAVDecVideoSoftwareDeinterlaceMode
impl StructuralPartialEq for eAVDecVideoSoftwareDeinterlaceMode
Auto Trait Implementations§
impl Freeze for eAVDecVideoSoftwareDeinterlaceMode
impl RefUnwindSafe for eAVDecVideoSoftwareDeinterlaceMode
impl Send for eAVDecVideoSoftwareDeinterlaceMode
impl Sync for eAVDecVideoSoftwareDeinterlaceMode
impl Unpin for eAVDecVideoSoftwareDeinterlaceMode
impl UnwindSafe for eAVDecVideoSoftwareDeinterlaceMode
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