#[repr(C)]pub struct VideoDecodeVP9ProfileInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub std_profile: StdVideoVP9Profile,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§std_profile: StdVideoVP9ProfileTrait Implementations§
Source§impl Clone for VideoDecodeVP9ProfileInfoKHR
impl Clone for VideoDecodeVP9ProfileInfoKHR
Source§fn clone(&self) -> VideoDecodeVP9ProfileInfoKHR
fn clone(&self) -> VideoDecodeVP9ProfileInfoKHR
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 VideoDecodeVP9ProfileInfoKHR
impl Debug for VideoDecodeVP9ProfileInfoKHR
Source§impl Hash for VideoDecodeVP9ProfileInfoKHR
impl Hash for VideoDecodeVP9ProfileInfoKHR
Source§impl PartialEq for VideoDecodeVP9ProfileInfoKHR
impl PartialEq for VideoDecodeVP9ProfileInfoKHR
Source§fn eq(&self, other: &VideoDecodeVP9ProfileInfoKHR) -> bool
fn eq(&self, other: &VideoDecodeVP9ProfileInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoDecodeVP9ProfileInfoKHR
impl Eq for VideoDecodeVP9ProfileInfoKHR
impl Send for VideoDecodeVP9ProfileInfoKHR
impl StructuralPartialEq for VideoDecodeVP9ProfileInfoKHR
impl Sync for VideoDecodeVP9ProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeVP9ProfileInfoKHR
impl RefUnwindSafe for VideoDecodeVP9ProfileInfoKHR
impl Unpin for VideoDecodeVP9ProfileInfoKHR
impl UnwindSafe for VideoDecodeVP9ProfileInfoKHR
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