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