#[repr(transparent)]pub struct StdVideoH264ModificationOfPicNumsIdc(pub c_int);Tuple Fields§
§0: c_intTrait Implementations§
Source§impl Clone for StdVideoH264ModificationOfPicNumsIdc
impl Clone for StdVideoH264ModificationOfPicNumsIdc
Source§fn clone(&self) -> StdVideoH264ModificationOfPicNumsIdc
fn clone(&self) -> StdVideoH264ModificationOfPicNumsIdc
Returns a duplicate 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 moreSource§impl Default for StdVideoH264ModificationOfPicNumsIdc
impl Default for StdVideoH264ModificationOfPicNumsIdc
Source§fn default() -> StdVideoH264ModificationOfPicNumsIdc
fn default() -> StdVideoH264ModificationOfPicNumsIdc
Returns the “default value” for a type. Read more
Source§impl PartialEq for StdVideoH264ModificationOfPicNumsIdc
impl PartialEq for StdVideoH264ModificationOfPicNumsIdc
Source§fn eq(&self, other: &StdVideoH264ModificationOfPicNumsIdc) -> bool
fn eq(&self, other: &StdVideoH264ModificationOfPicNumsIdc) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StdVideoH264ModificationOfPicNumsIdc
impl Eq for StdVideoH264ModificationOfPicNumsIdc
impl StructuralPartialEq for StdVideoH264ModificationOfPicNumsIdc
Auto Trait Implementations§
impl Freeze for StdVideoH264ModificationOfPicNumsIdc
impl RefUnwindSafe for StdVideoH264ModificationOfPicNumsIdc
impl Send for StdVideoH264ModificationOfPicNumsIdc
impl Sync for StdVideoH264ModificationOfPicNumsIdc
impl Unpin for StdVideoH264ModificationOfPicNumsIdc
impl UnwindSafe for StdVideoH264ModificationOfPicNumsIdc
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