#[repr(C)]pub struct VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub swapchainMaintenance1: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§swapchainMaintenance1: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl Clone for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
Source§fn clone(&self) -> VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
fn clone(&self) -> VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
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 VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl RefUnwindSafe for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl !Send for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl !Sync for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl Unpin for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl UnwindSafe for VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
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