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