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