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