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