#[repr(C)]pub struct PhysicalDeviceVideoMaintenance1FeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub video_maintenance1: u32,
}Expand description
VkPhysicalDeviceVideoMaintenance1FeaturesKHR
Provided by VK_KHR_video_maintenance1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_MAINTENANCE_1_FEATURES_KHR.
p_next: *mut c_voidOptional, may be null.
video_maintenance1: u32Implementations§
Source§impl PhysicalDeviceVideoMaintenance1FeaturesKHR
impl PhysicalDeviceVideoMaintenance1FeaturesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceVideoMaintenance1FeaturesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceVideoMaintenance1FeaturesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl Clone for PhysicalDeviceVideoMaintenance1FeaturesKHR
Source§fn clone(&self) -> PhysicalDeviceVideoMaintenance1FeaturesKHR
fn clone(&self) -> PhysicalDeviceVideoMaintenance1FeaturesKHR
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 moreimpl Copy for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl ExtendsDeviceCreateInfo for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVideoMaintenance1FeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl RefUnwindSafe for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl !Send for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl !Sync for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl Unpin for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl UnsafeUnpin for PhysicalDeviceVideoMaintenance1FeaturesKHR
impl UnwindSafe for PhysicalDeviceVideoMaintenance1FeaturesKHR
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