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