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