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