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