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