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