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