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