#[repr(transparent)]pub struct StdVideoH264PictureType(pub c_int);Tuple Fields§
§0: c_intTrait Implementations§
Source§impl Clone for StdVideoH264PictureType
impl Clone for StdVideoH264PictureType
Source§fn clone(&self) -> StdVideoH264PictureType
fn clone(&self) -> StdVideoH264PictureType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StdVideoH264PictureType
Source§impl Debug for StdVideoH264PictureType
impl Debug for StdVideoH264PictureType
Source§impl Default for StdVideoH264PictureType
impl Default for StdVideoH264PictureType
Source§fn default() -> StdVideoH264PictureType
fn default() -> StdVideoH264PictureType
Returns the “default value” for a type. Read more
impl Eq for StdVideoH264PictureType
Source§impl Hash for StdVideoH264PictureType
impl Hash for StdVideoH264PictureType
Source§impl PartialEq for StdVideoH264PictureType
impl PartialEq for StdVideoH264PictureType
Source§fn eq(&self, other: &StdVideoH264PictureType) -> bool
fn eq(&self, other: &StdVideoH264PictureType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StdVideoH264PictureType
Auto Trait Implementations§
impl Freeze for StdVideoH264PictureType
impl RefUnwindSafe for StdVideoH264PictureType
impl Send for StdVideoH264PictureType
impl Sync for StdVideoH264PictureType
impl Unpin for StdVideoH264PictureType
impl UnsafeUnpin for StdVideoH264PictureType
impl UnwindSafe for StdVideoH264PictureType
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