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