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