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