#[repr(C)]pub struct PhysicalDeviceSwapchainMaintenance1FeaturesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub swapchain_maintenance1: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§swapchain_maintenance1: Bool32Trait 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 moreSource§impl PartialEq for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl PartialEq for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
Source§fn eq(&self, other: &PhysicalDeviceSwapchainMaintenance1FeaturesKHR) -> bool
fn eq(&self, other: &PhysicalDeviceSwapchainMaintenance1FeaturesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl Eq for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl Send for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl StructuralPartialEq for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl Sync for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl RefUnwindSafe for PhysicalDeviceSwapchainMaintenance1FeaturesKHR
impl Unpin 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