#[repr(C)]pub struct VkPhysicalDeviceVideoMaintenance2FeaturesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub videoMaintenance2: VkBool32,
}Expand description
struct VkPhysicalDeviceVideoMaintenance2FeaturesKHR from VK_KHR_video_maintenance2
Fields§
§sType: VkStructureType§pNext: *mut c_void§videoMaintenance2: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl Clone for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
Source§fn clone(&self) -> VkPhysicalDeviceVideoMaintenance2FeaturesKHR
fn clone(&self) -> VkPhysicalDeviceVideoMaintenance2FeaturesKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
Auto Trait Implementations§
impl !Send for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl !Sync for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl Freeze for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl RefUnwindSafe for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl Unpin for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl UnsafeUnpin for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
impl UnwindSafe for VkPhysicalDeviceVideoMaintenance2FeaturesKHR
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