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