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