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