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