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