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