#[repr(C)]pub struct PhysicalDeviceSwapchainMaintenance1FeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub swapchain_maintenance1: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§swapchain_maintenance1: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl Clone for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
source§fn clone(&self) -> PhysicalDeviceSwapchainMaintenance1FeaturesEXT
fn clone(&self) -> PhysicalDeviceSwapchainMaintenance1FeaturesEXT
Returns a copy 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 moresource§impl TaggedStructure for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl TaggedStructure for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT
impl Copy for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl RefUnwindSafe for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl !Send for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl !Sync for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl Unpin for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
impl UnwindSafe for PhysicalDeviceSwapchainMaintenance1FeaturesEXT
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