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